summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorTim Hudson <tjh@openssl.org>2014-10-20 15:23:54 +1000
committerTim Hudson <tjh@openssl.org>2014-10-20 15:23:54 +1000
commitcbb6ccabb08e752b4120864782343a4917385135 (patch)
tree65ca079087f2e4a152538948e2810dfbd69bd392 /util
parente369af36001dfb145fb619afae79c605014b5bd8 (diff)
no-ssl2 with no-ssl3 does not mean drop the ssl lib
Reviewed-by: Geoff Thorpe <geoff@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/mk1mf.pl6
1 files changed, 0 insertions, 6 deletions
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 "")