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/x86_64 Use as...



details:   https://anonhg.NetBSD.org/src/rev/c08c9a55c3de
branches:  trunk
changeset: 338257:c08c9a55c3de
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat May 16 17:26:00 2015 +0000

description:
Use assembler routine for GCM modes on x86_64.

diffstat:

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

diffs (9 lines):

diff -r 10264d38ba8d -r c08c9a55c3de crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/modes.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/modes.inc   Sat May 16 17:18:57 2015 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/modes.inc   Sat May 16 17:26:00 2015 +0000
@@ -1,3 +1,4 @@
 .PATH.S: ${.PARSEDIR}
-MODES_SRCS += modexp512-x86_64.S
+MODES_SRCS += modexp512-x86_64.S ghash-x86_64.o
+MODESCPPFLAGS = -DGHASH_ASM
 .include "../../modes.inc"



Home | Main Index | Thread Index | Old Index