Fix to Win32 build system.
This commit is contained in:
parent
e3435a51f7
commit
28def5dc99
2 changed files with 2 additions and 1 deletions
|
@ -1250,3 +1250,4 @@ sub fips_check_files
|
|||
}
|
||||
fipslib_error() if ($ret == 0);
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue