From 0f8cc090f2541b2b27a4b057c2aa94efee7f1bd4 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sun, 26 Feb 2017 01:13:34 +0100 Subject: [PATCH] cfg: Remove some legacy stuff from OpenSSL Disabling OpenSSL unit tests as they break when disabling weak ciphers Change-Id: I710314f456d3b93964ad020a9e83bbb1a70582c5 --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.2