Fix to Win32 build system.

This commit is contained in:
Dr. Stephen Henson 2007-02-21 16:53:55 +00:00
parent e3435a51f7
commit 28def5dc99
2 changed files with 2 additions and 1 deletions

View file

@ -1250,3 +1250,4 @@ sub fips_check_files
}
fipslib_error() if ($ret == 0);
}

View file

@ -154,7 +154,7 @@ sub do_lib_rule
my $ex = "";
if ($target =~ /O_SSL/)
{
$ex = " \$(L_CRYPTO)";
$ex .= " \$(L_CRYPTO)";
$ex .= " \$(L_FIPS)" if $fipsdso;
}
my $fipstarget;