From: Benny Baumann Date: Sun, 26 Feb 2017 00:13:34 +0000 (+0100) Subject: cfg: Remove some legacy stuff from OpenSSL X-Git-Url: https://code.wpia.club/?p=cassiopeia.git;a=commitdiff_plain;h=0f8cc090f2541b2b27a4b057c2aa94efee7f1bd4 cfg: Remove some legacy stuff from OpenSSL Disabling OpenSSL unit tests as they break when disabling weak ciphers Change-Id: I710314f456d3b93964ad020a9e83bbb1a70582c5 --- diff --git a/lib/Makefile b/lib/Makefile index 880f2bb..5db2f54 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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)))