mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-19 12:59:40 +00:00
Use correct fips_premain_dso.exe path.
This commit is contained in:
parent
8aecae520c
commit
386ec8fc15
@ -764,7 +764,7 @@ if ($fips)
|
||||
{
|
||||
$rules.= &do_lib_rule("\$(CRYPTOOBJ) \$(O_FIPSCANISTER)",
|
||||
"\$(O_CRYPTO)",$crypto,$shlib, "\$(SO_CRYPTO)",
|
||||
"0xFB00000", "\$(FIPSLIB_D)$o\$(E_PREMAIN_DSO)$exep",
|
||||
"0xFB00000", "\$(PREMAIN_DSO_EXE)",
|
||||
"\$(FIPS_PREMAIN_SRC)");
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user