mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
no-ssl2 with no-ssl3 does not mean drop the ssl lib
Reviewed-by: Geoff Thorpe <geoff@openssl.org>
This commit is contained in:
parent
87d388c955
commit
c882abd522
@ -920,12 +920,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;
|
||||
}
|
||||
|
||||
$defs.=&do_defs(${_}."OBJ",$lib_obj,"\$(OBJ_D)",$obj);
|
||||
$lib=($slib)?" \$(SHLIB_CFLAGS)".$shlib_ex_cflags{$_}:" \$(LIB_CFLAGS)";
|
||||
$rules.=&do_compile_rule("\$(OBJ_D)",$lib_obj{$_},$lib);
|
||||
|
Loading…
Reference in New Issue
Block a user