On Thu, Jul 07, 2011 at 09:34:59PM -0500, Marco Peereboom wrote:
> 
> after:
> # openssl speed md5 sha aes 
> openssl:/usr/lib/libcrypto.so.19.0: undefined symbol 'cleanse_ctr'
> Segmentation fault (core dumped) 
 
Heh, guess I overshot a bit here.

How about this then?
 
Index: Makefile
===================================================================
RCS file: /cvs/src/lib/libssl/crypto/Makefile,v
retrieving revision 1.59
diff -p -u -p -u -r1.59 Makefile
--- Makefile    8 Jul 2011 01:37:54 -0000       1.59
+++ Makefile    8 Jul 2011 02:46:08 -0000
@@ -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 \

Reply via email to