Re-add algorithms required by links

Daniele Forsi dforsi at gmail.com
Tue Oct 3 11:53:12 CEST 2006


2006/10/2, John S. Skogtvedt:

thanks, here is what I've done:

Index: lib/libssl/Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/lib/libssl/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- lib/libssl/Makefile 1 Oct 2006 19:21:41 -0000       1.5
+++ lib/libssl/Makefile 3 Oct 2006 09:41:41 -0000
@@ -65,9 +65,7 @@
 # We need the smallest possible feature set for DSLinux
 DSLINUX_UNUSED_FEATURES= -DOPENSSL_NO_KRB5 \
                         -DOPENSSL_NO_ASM \
-                        -DOPENSSL_NO_INLINE_ASM \
-                        -DOPENSSL_NO_ENGINE \
-                        -DOPENSSL_NO_SSL2
+                        -DOPENSSL_NO_INLINE_ASM

 # Algorithms not used in DSLinux:
 DSLINUX_UNUSED_CRYPTO= -DOPENSSL_NO_BF \
@@ -128,7 +126,7 @@
 LIBZLIB=

 #DIRS=   crypto ssl engines apps test tools
-DIRS=   crypto ssl apps test tools
+DIRS=   crypto ssl engines apps test tools
 SHLIBDIRS= crypto ssl

 # dirs in crypto to build
@@ -136,7 +134,7 @@
        objects \
        md5 sha hmac \
        des aes rc4 \
-       bn ec rsa dsa ecdsa dh ecdh \
+       bn ec rsa dsa ecdsa dh ecdh engine \
        buffer bio dso stack lhash rand err \
        evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui \
        store pqueue

-- 
Ciao,
Daniele



More information about the dslinux-devel mailing list