summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpf <mpf@openbsd.org>2011-07-08 21:30:10 +0000
committermpf <mpf@openbsd.org>2011-07-08 21:30:10 +0000
commit61c494f72c1016d8614a4e36b34a4e6d21e11a87 (patch)
tree24923dfa8144b0b5be49ca439a61282f24661719
parentAdd F_DUPFD_CLOEXEC. (diff)
downloadwireguard-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.
-rw-r--r--lib/libssl/crypto/Makefile3
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 \