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/6d2e255e274e
branches: trunk
changeset: 365119:6d2e255e274e
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 3a1464bced6e -r 6d2e255e274e 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