projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e369af3
)
no-ssl2 with no-ssl3 does not mean drop the ssl lib
author
Tim Hudson
<tjh@openssl.org>
Mon, 20 Oct 2014 05:23:54 +0000
(15:23 +1000)
committer
Tim Hudson
<tjh@openssl.org>
Mon, 20 Oct 2014 05:23:54 +0000
(15:23 +1000)
Reviewed-by: Geoff Thorpe <geoff@openssl.org>
util/mk1mf.pl
patch
|
blob
|
history
diff --git
a/util/mk1mf.pl
b/util/mk1mf.pl
index a21f6f45a74f126df85607285e594aaab6404870..0ddd2ca3f5ef917bbabc4abf4054f04a01828ba2 100755
(executable)
--- 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 "")