From 20f2a7c4359811d4c20ec3078b7360cc5a706289 Mon Sep 17 00:00:00 2001 From: Marco Pfatschbacher Date: Fri, 8 Jul 2011 21:30:11 +0000 Subject: 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. --- lib/libssl/crypto/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') 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 \ -- cgit v1.2.3