dslinux/lib/libssl Makefile

stsp stsp at user.in-berlin.de
Sun Oct 1 21:21:44 CEST 2006


Update of /cvsroot/dslinux/dslinux/lib/libssl
In directory antilope:/tmp/cvs-serv16820

Modified Files:
	Makefile 
Log Message:
Re-add algorithms required by links. Doing this manually in the Makefile
is a pain. We should switch to using the configure script.


Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/lib/libssl/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	31 Aug 2006 10:28:24 -0000	1.4
+++ Makefile	1 Oct 2006 19:21:41 -0000	1.5
@@ -75,13 +75,10 @@
 			-DOPENSSL_NO_RC2 \
 			-DOPENSSL_NO_IDEA \
 			-DOPENSSL_NO_RC5 \
-			-DOPENSSL_NO_DH \
 			-DOPENSSL_NO_MD4 \
 			-DOPENSSL_NO_MDC2 \
 			-DOPENSSL_NO_MD2 \
-			-DOPENSSL_NO_RIPEMD \
-			-DOPENSSL_NO_ECDH \
-			-DOPENSSL_NO_ECDSA
+			-DOPENSSL_NO_RIPEMD
 
 CFLAG= $(CFLAGS) -I$(ROOTDIR)/lib/libm -DTERMIOS -Wall $(DSLINUX_UNUSED_FEATURES) $(DSLINUX_UNUSED_CRYPTO)
 
@@ -139,7 +136,7 @@
 	objects \
 	md5 sha hmac \
 	des aes rc4 \
-	bn ec rsa dsa \
+	bn ec rsa dsa ecdsa dh ecdh \
 	buffer bio dso stack lhash rand err \
 	evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui \
 	store pqueue




More information about the dslinux-commit mailing list