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/0ae6423eeeef
branches:  trunk
changeset: 834192:0ae6423eeeef
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 11dd26734d27 -r 0ae6423eeeef 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