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 remove -...



details:   https://anonhg.NetBSD.org/src/rev/049131d44e7b
branches:  trunk
changeset: 834200:049131d44e7b
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Aug 01 13:46:58 2018 +0000

description:
remove -DGHASH_ASM_X86; it is already defined.

diffstat:

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

diffs (10 lines):

diff -r ce9ea6abdb68 -r 049131d44e7b crypto/external/bsd/openssl/lib/libcrypto/arch/i386/modes.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/modes.inc     Wed Aug 01 13:42:58 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/modes.inc     Wed Aug 01 13:46:58 2018 +0000
@@ -1,5 +1,5 @@
 .PATH.S: ${.PARSEDIR}
 MODES_SRCS += ghash-x86.o
-MODESCPPFLAGS = -DGHASH_ASM -DGHASH_ASM_X86 -DOPENSSL_IA32_SSE2
+MODESCPPFLAGS = -DGHASH_ASM -DOPENSSL_IA32_SSE2
 
 .include "../../modes.inc"



Home | Main Index | Thread Index | Old Index