fix fipscanisteronly autodetect
This commit is contained in:
parent
4582626544
commit
284e2d2b37
@ -710,7 +710,7 @@ my %disabled = ( # "what" => "comment" [or special keyword "experimental
|
|||||||
my @experimental = ();
|
my @experimental = ();
|
||||||
|
|
||||||
# If ssl directory missing assume truncated FIPS tarball
|
# If ssl directory missing assume truncated FIPS tarball
|
||||||
if (! -d ssl)
|
if (!-d "ssl")
|
||||||
{
|
{
|
||||||
print STDERR "Auto Configuring fipsonly\n";
|
print STDERR "Auto Configuring fipsonly\n";
|
||||||
$fips = 1;
|
$fips = 1;
|
||||||
@ -1124,6 +1124,7 @@ my $exp_cflags = "";
|
|||||||
|
|
||||||
if ($fipscanisteronly == 2)
|
if ($fipscanisteronly == 2)
|
||||||
{
|
{
|
||||||
|
print STDERR "ADDING FIPSSYM\n";
|
||||||
$exp_cflags .= " -DOPENSSL_FIPSSYMS";
|
$exp_cflags .= " -DOPENSSL_FIPSSYMS";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user