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 remove re-definition



details:   https://anonhg.NetBSD.org/src/rev/c552474991fd
branches:  trunk
changeset: 820647:c552474991fd
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jan 13 01:39:04 2017 +0000

description:
remove re-definition

diffstat:

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

diffs (18 lines):

diff -r f90bc61290e9 -r c552474991fd crypto/external/bsd/openssl/lib/libcrypto/crypto.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/crypto.inc      Fri Jan 13 01:14:27 2017 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/crypto.inc      Fri Jan 13 01:39:04 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: crypto.inc,v 1.4 2014/04/15 10:02:21 joerg Exp $
+#      $NetBSD: crypto.inc,v 1.5 2017/01/13 01:39:04 christos Exp $
 #
 #      @(#) Copyright (c) 1995 Simon J. Gerraty
 #
@@ -16,7 +16,7 @@
 CRYPTO_SRCS+=  mem_clr.c
 .else
 CRYPTO_SRCS+=  ${CPUID_SRCS}
-CRYPTOCPPFLAGS=-DOPENSSL_CPUID_OBJ
+#CRYPTOCPPFLAGS=-DOPENSSL_CPUID_OBJ
 .endif
 
 .for cryptosrc in ${CRYPTO_SRCS}



Home | Main Index | Thread Index | Old Index