Commit cbb6ccab authored by Tim Hudson's avatar Tim Hudson
Browse files

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

parent e369af36
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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 "")