Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/crypto/external/bsd/openssl/lib/libcrypto Pull up followi...
details: https://anonhg.NetBSD.org/src/rev/c6e0e2c8ee07
branches: netbsd-9
changeset: 932647:c6e0e2c8ee07
user: martin <martin%NetBSD.org@localhost>
date: Wed May 13 12:24:10 2020 +0000
description:
Pull up following revision(s) (requested by nia in ticket #899):
crypto/external/bsd/openssl/lib/libcrypto/evp.inc: revision 1.9
Ensure that -DOPENSSL_CPUID_OBJ is passed when compiling AES EVP bits
This way CPUs that support AES-NI actually get detected properly ;_;
(... just one part of the puzzle)
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/evp.inc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 9a8735e04438 -r c6e0e2c8ee07 crypto/external/bsd/openssl/lib/libcrypto/evp.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/evp.inc Wed May 13 12:21:56 2020 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/evp.inc Wed May 13 12:24:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: evp.inc,v 1.8 2018/09/23 13:33:04 christos Exp $
+# $NetBSD: evp.inc,v 1.8.2.1 2020/05/13 12:24:10 martin Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@@ -85,6 +85,7 @@
.for cryptosrc in ${EVP_AES_SRCS}
CPPFLAGS.${cryptosrc} += ${AESCPPFLAGS}
+CPPFLAGS.${cryptosrc} += ${CRYPTOCPPFLAGS}
.endfor
CPPFLAGS.e_aes.c += -I${OPENSSLSRC}/crypto/modes
Home |
Main Index |
Thread Index |
Old Index