Source-Changes-HG archive

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

[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/vax use the s...



details:   https://anonhg.NetBSD.org/src/rev/64c8f09949c4
branches:  trunk
changeset: 836086:64c8f09949c4
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Sep 25 14:17:49 2018 +0000

description:
use the standard code instead of ours

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/arch/vax/crypto.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 07fad51ae25a -r 64c8f09949c4 crypto/external/bsd/openssl/lib/libcrypto/arch/vax/crypto.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/vax/crypto.inc     Tue Sep 25 14:16:33 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/vax/crypto.inc     Tue Sep 25 14:17:49 2018 +0000
@@ -1,6 +1,6 @@
 .PATH.S: ${.PARSEDIR}
 
-CRYPTO_SRCS += libc-memequal.c
-CRYPTOCPPFLAGS += -DOPENSSL_CPUID_OBJ
+#CRYPTO_SRCS += libc-memequal.c
+#CRYPTOCPPFLAGS += -DOPENSSL_CPUID_OBJ
 
 .include "../../crypto.inc"



Home | Main Index | Thread Index | Old Index