diff options
| author | mpf <> | 2011-07-08 21:30:10 +0000 | 
|---|---|---|
| committer | mpf <> | 2011-07-08 21:30:10 +0000 | 
| commit | 41e37df5af5cb242224b0121524cef504cadcdfc (patch) | |
| tree | 7ea403397f8fe45ea483cf55dea71d819c3b14d6 | |
| parent | 0c7f9915d1f4ab0cbecdab3bec46c256ea3888c9 (diff) | |
| download | openbsd-41e37df5af5cb242224b0121524cef504cadcdfc.tar.gz openbsd-41e37df5af5cb242224b0121524cef504cadcdfc.tar.bz2 openbsd-41e37df5af5cb242224b0121524cef504cadcdfc.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-- | src/lib/libssl/crypto/Makefile | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile index 8fba3cebef..38fc8620ca 100644 --- a/src/lib/libssl/crypto/Makefile +++ b/src/lib/libssl/crypto/Makefile  | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.59 2011/07/08 01:37:54 mpf Exp $ | 1 | # $OpenBSD: Makefile,v 1.60 2011/07/08 21:30:10 mpf Exp $ | 
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto | 
| 4 | WANTLINT= | 4 | WANTLINT= | 
| @@ -520,7 +520,6 @@ CFLAGS+= -DSHA512_ASM | |||
| 520 | CFLAGS+= -DOPENSSL_CPUID_OBJ | 520 | CFLAGS+= -DOPENSSL_CPUID_OBJ | 
| 521 | CFLAGS+= -DOPENSSL_BN_ASM_MONT | 521 | CFLAGS+= -DOPENSSL_BN_ASM_MONT | 
| 522 | CFLAGS+= -DWHIRLPOOL_ASM | 522 | CFLAGS+= -DWHIRLPOOL_ASM | 
| 523 | CFLAGS+= -DOPENSSL_IA32_SSE2 | ||
| 524 | SSLASM=\ | 523 | SSLASM=\ | 
| 525 | aes aes-x86_64 \ | 524 | aes aes-x86_64 \ | 
| 526 | aes aesni-x86_64 \ | 525 | aes aesni-x86_64 \ | 
