Module Name: src
Committed By: joerg
Date: Mon Jul 25 09:36:10 UTC 2011
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64: aes.inc
Log Message:
Works with the integrated assembler again.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
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.3 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.3 Sun Jul 17 19:48:31 2011
+++ src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aes.inc Mon Jul 25 09:36:10 2011
@@ -3,6 +3,3 @@
AESCPPFLAGS = -DAES_ASM -DOPENSSL_IA32_SSE2
AESNI = yes
.include "../../aes.inc"
-
-COPTS.aesni-x86_64.S+= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
-COPTS.aes-x86_64.S+= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}