diff --git a/openssl/config/Makefile b/openssl/config/Makefile index 5ed49e4de..24bcac10e 100644 --- a/openssl/config/Makefile +++ b/openssl/config/Makefile @@ -25,7 +25,7 @@ CONFIGURE = ./Configure # no-shared: openssl-cli needs static link # no-afalgeng: old Linux kernel < 4.0 does not support it # enable-ssl-trace: cause the optional SSL_trace API to be built -COPTS = no-comp no-shared no-afalgeng enable-ssl-trace enable-fips +COPTS = no-comp no-shared no-afalgeng enable-ssl-trace enable-fips enable-legacy enable-weak-ssl-ciphers # disable platform check in Configure NO_WARN_ENV = CONFIGURE_CHECKER_WARN=1