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/i386 Add miss...
details: https://anonhg.NetBSD.org/src/rev/c8b3caaedb3a
branches: trunk
changeset: 365111:c8b3caaedb3a
user: christos <christos%NetBSD.org@localhost>
date: Wed Aug 01 11:39:53 2018 +0000
description:
Add missing defines:
https://github.com/openssl/openssl/pull/6828
When ghash-x86.S is generated with -DOPENSSL_IA32_SSE2 we need to compile
gcm128.c with the same flags.
Reported by manu@
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/i386/modes.inc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (10 lines):
diff -r 4d2a0e062f39 -r c8b3caaedb3a crypto/external/bsd/openssl/lib/libcrypto/arch/i386/modes.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/modes.inc Wed Aug 01 10:27:28 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/modes.inc Wed Aug 01 11:39:53 2018 +0000
@@ -1,4 +1,5 @@
.PATH.S: ${.PARSEDIR}
MODES_SRCS += ghash-x86.o
-MODESCPPFLAGS = -DGHASH_ASM
+MODESCPPFLAGS = -DGHASH_ASM -DGHASH_ASM_X86 -DOPENSSL_IA32_SSE2
+
.include "../../modes.inc"
Home |
Main Index |
Thread Index |
Old Index