]> WPIA git - cassiopeia.git/commitdiff
cfg: Remove some legacy stuff from OpenSSL
authorBenny Baumann <BenBE1987@gmx.net>
Sun, 26 Feb 2017 00:13:34 +0000 (01:13 +0100)
committerBenny Baumann <BenBE1987@gmx.net>
Mon, 27 Feb 2017 19:35:08 +0000 (20:35 +0100)
Disabling OpenSSL unit tests as they break when disabling weak ciphers

Change-Id: I710314f456d3b93964ad020a9e83bbb1a70582c5

lib/Makefile

index 880f2bba308faac18ab00fd9488b39d41d466636..5db2f54e34db064e7a4aa550ce533a78cd09825b 100644 (file)
@@ -12,7 +12,7 @@ collisiondetect/libdetectcoll.la: ${LIB_COLL_FILES}
 #      echo $^
 
 openssl/libcrypto.a: ${LIB_SSL_FILES}
-       cd ${LIB_SSL} && ( [ -f Makefile ] || ./config -DPURIFY )
+       cd ${LIB_SSL} && ( [ -f Makefile ] || ./config -DPURIFY no-md2 no-md4 no-rc4 no-ssl3 no-weak-ssl-ciphers no-unit-test )
        ${MAKE} -C ${LIB_SSL} depend
        ${MAKE} -C ${LIB_SSL}
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))