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 No nee...



details:   https://anonhg.NetBSD.org/src/rev/6b63947642ef
branches:  trunk
changeset: 338266:6b63947642ef
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat May 16 20:23:38 2015 +0000

description:
No need for SSE2 define.

diffstat:

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

diffs (10 lines):

diff -r 974c6b23b2ee -r 6b63947642ef crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aes.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aes.inc     Sat May 16 20:23:06 2015 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aes.inc     Sat May 16 20:23:38 2015 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index