Module Name: src
Committed By: joerg
Date: Sat May 16 20:23:38 UTC 2015
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64: aes.inc
Log Message:
No need for SSE2 define.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
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.5 src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aes.inc:1.6
--- src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aes.inc:1.5 Sat May 16 20:23:06 2015
+++ src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aes.inc Sat May 16 20:23:38 2015
@@ -1,5 +1,5 @@
.PATH.S: ${.PARSEDIR}
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
+AESCPPFLAGS = -DAES_ASM -DVPAES_ASM -DBSAES_ASM
AESNI = yes
.include "../../aes.inc"