Fix Windows build.
(cherry picked from commit 5f4c5a902b0508eab235adecb34b236cdc0048a5)
This commit is contained in:
parent
77a27a5066
commit
a50f71868e
@ -455,10 +455,13 @@ for (;;)
|
|||||||
}
|
}
|
||||||
close(IN);
|
close(IN);
|
||||||
|
|
||||||
# Remove opensslconf.h so it doesn't get updated if we configure a
|
if ($orig_platform eq 'copy')
|
||||||
# different branch.
|
{
|
||||||
$exheader =~ s/[^ ]+\/opensslconf.h//;
|
# Remove opensslconf.h so it doesn't get updated if we configure a
|
||||||
$header =~ s/[^ ]+\/opensslconf.h//;
|
# different branch.
|
||||||
|
$exheader =~ s/[^ ]+\/opensslconf.h//;
|
||||||
|
$header =~ s/[^ ]+\/opensslconf.h//;
|
||||||
|
}
|
||||||
|
|
||||||
if ($fips)
|
if ($fips)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user