summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarco Pfatschbacher <mpf@cvs.openbsd.org>2011-07-08 21:30:11 +0000
committerMarco Pfatschbacher <mpf@cvs.openbsd.org>2011-07-08 21:30:11 +0000
commit20f2a7c4359811d4c20ec3078b7360cc5a706289 (patch)
tree0eff19fbf62218fee56c33d209839086258bc126 /lib
parent6519c3002d102ec70de253a7aabb03c5e8106c80 (diff)
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/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 \