Commit 20e61058 authored by Tim Hudson's avatar Tim Hudson
Browse files

no-ssl2 with no-ssl3 does not mean drop the ssl lib



Reviewed-by: default avatarGeoff Thorpe <geoff@openssl.org>
(cherry picked from commit c882abd5)
parent 4fa17211
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -671,12 +671,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);