Module Name:    src
Committed By:   joerg
Date:           Sat May 16 17:26:00 UTC 2015

Modified Files:
        src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64: modes.inc

Log Message:
Use assembler routine for GCM modes on x86_64.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
    src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/modes.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/modes.inc
diff -u src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/modes.inc:1.1 src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/modes.inc:1.2
--- src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/modes.inc:1.1	Thu Jul 26 19:58:42 2012
+++ src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/modes.inc	Sat May 16 17:26:00 2015
@@ -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"

Reply via email to