Source-Changes-HG archive

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

[src/netbsd-8]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386 Pull ...



details:   https://anonhg.NetBSD.org/src/rev/c1cd4e754a80
branches:  netbsd-8
changeset: 851945:c1cd4e754a80
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Aug 25 14:33:04 2018 +0000

description:
Pull up following revision(s) (requested by manu in ticket #985):

        crypto/external/bsd/openssl/lib/libcrypto/arch/i386/modes.inc: revision 1.2
        crypto/external/bsd/openssl/lib/libcrypto/arch/i386/modes.inc: revision 1.3

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@

remove -DGHASH_ASM_X86; it is already defined.

diffstat:

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

diffs (10 lines):

diff -r 567ae67d0ccf -r c1cd4e754a80 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/modes.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/modes.inc     Sat Aug 25 14:28:00 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/modes.inc     Sat Aug 25 14:33:04 2018 +0000
@@ -1,4 +1,5 @@
 .PATH.S: ${.PARSEDIR}
 MODES_SRCS += ghash-x86.o
-MODESCPPFLAGS = -DGHASH_ASM
+MODESCPPFLAGS = -DGHASH_ASM -DOPENSSL_IA32_SSE2
+
 .include "../../modes.inc"



Home | Main Index | Thread Index | Old Index