Module Name:    src
Committed By:   joerg
Date:           Sat May 16 20:23:06 UTC 2015

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

Log Message:
Use Bitsplice/Vector optimized AES too.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aes.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/aes.inc
diff -u src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aes.inc:1.4 src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aes.inc:1.5
--- src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aes.inc:1.4	Mon Jul 25 09:36:10 2011
+++ src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aes.inc	Sat May 16 20:23:06 2015
@@ -1,5 +1,5 @@
 .PATH.S: ${.PARSEDIR}
-AES_SRCS = aes-x86_64.S aesni-x86_64.S
-AESCPPFLAGS = -DAES_ASM -DOPENSSL_IA32_SSE2
+AES_SRCS = aes-x86_64.S aesni-x86_64.S bsaes-x86_64.S vpaes-x86_64.S
+AESCPPFLAGS = -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DOPENSSL_IA32_SSE2
 AESNI = yes
 .include "../../aes.inc"

Reply via email to