NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58414 CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto



The following reply was made to PR lib/58414; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58414 CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto
Date: Mon, 15 Jul 2024 06:34:17 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Mon Jul 15 06:34:17 UTC 2024
 
 Modified Files:
 	src/crypto/external/bsd/openssl/lib/libcrypto: Makefile
 	src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64: sha.inc
 
 Log Message:
 openssl: Revert openssl asm enabling, which must not used yet.
 
 They appear to have been christos's local changes for PR 58414
 inadvertently mixed up in the openssl man page changes.
 
 This stuff ABSOLUTELY MUST NOT BE ENABLED until the SHA-2 symbol mess
 is resolved; see PR 58039 and
 https://mail-index.netbsd.org/tech-userlevel/2024/03/17/msg014265.html
 for more details.
 
 While here, leave a comment to avoid stepping on this rake again.
 The explanation was previously only in the commit message that added
 the `.if 0', but it needs to be much more obvious.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.36 -r1.37 \
     src/crypto/external/bsd/openssl/lib/libcrypto/Makefile
 cvs rdiff -u -r1.5 -r1.6 \
     src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha.inc
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index