mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-28 18:54:36 +00:00
Fix to Win32 build system.
This commit is contained in:
parent
e3435a51f7
commit
28def5dc99
@ -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…
x
Reference in New Issue
Block a user