From: Tim Hudson Date: Mon, 20 Oct 2014 05:23:54 +0000 (+1000) Subject: no-ssl2 with no-ssl3 does not mean drop the ssl lib X-Git-Tag: OpenSSL_0_9_8zd~25 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cbb6ccabb08e752b4120864782343a4917385135;p=oweals%2Fopenssl.git no-ssl2 with no-ssl3 does not mean drop the ssl lib Reviewed-by: Geoff Thorpe --- diff --git a/util/mk1mf.pl b/util/mk1mf.pl index a21f6f45a7..0ddd2ca3f5 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl @@ -786,12 +786,6 @@ foreach (values %lib_nam) $lib_obj=$lib_obj{$_}; local($slib)=$shlib; - if (($_ eq "SSL") && $no_ssl2 && $no_ssl3) - { - $rules.="\$(O_SSL):\n\n"; - next; - } - if ((!$fips && ($_ eq "CRYPTO")) || ($fips && ($_ eq "FIPS"))) { if ($cpuid_asm_obj ne "")