diff options
author | 2011-07-08 21:30:10 +0000 | |
---|---|---|
committer | 2011-07-08 21:30:10 +0000 | |
commit | 61c494f72c1016d8614a4e36b34a4e6d21e11a87 (patch) | |
tree | 24923dfa8144b0b5be49ca439a61282f24661719 /lib | |
parent | Add F_DUPFD_CLOEXEC. (diff) | |
download | wireguard-openbsd-61c494f72c1016d8614a4e36b34a4e6d21e11a87.tar.xz wireguard-openbsd-61c494f72c1016d8614a4e36b34a4e6d21e11a87.zip |
No need to set CFLAGS+=-DOPENSSL_IA32_SSE2 on amd64. Nothing uses it.
Small test by marco@ and md5 /usr/lib/libcrypto.so.19.0 agrees.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/crypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/crypto/Makefile b/lib/libssl/crypto/Makefile index 8fba3cebef9..38fc8620ca0 100644 --- a/lib/libssl/crypto/Makefile +++ b/lib/libssl/crypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.59 2011/07/08 01:37:54 mpf Exp $ +# $OpenBSD: Makefile,v 1.60 2011/07/08 21:30:10 mpf Exp $ LIB= crypto WANTLINT= @@ -520,7 +520,6 @@ CFLAGS+= -DSHA512_ASM CFLAGS+= -DOPENSSL_CPUID_OBJ CFLAGS+= -DOPENSSL_BN_ASM_MONT CFLAGS+= -DWHIRLPOOL_ASM -CFLAGS+= -DOPENSSL_IA32_SSE2 SSLASM=\ aes aes-x86_64 \ aes aesni-x86_64 \ |