Use OPENSSL_FIPS instead of just FIPS.
This commit is contained in:
parent
0ae9a77679
commit
7f71a94cc5
@ -236,7 +236,7 @@ $cflags.=" -DOPENSSL_NO_KRB5" if $no_krb5;
|
|||||||
$cflags.=" -DOPENSSL_NO_EC" if $no_ec;
|
$cflags.=" -DOPENSSL_NO_EC" if $no_ec;
|
||||||
$cflags.=" -DOPENSSL_NO_ENGINE" if $no_engine;
|
$cflags.=" -DOPENSSL_NO_ENGINE" if $no_engine;
|
||||||
$cflags.=" -DOPENSSL_NO_HW" if $no_hw;
|
$cflags.=" -DOPENSSL_NO_HW" if $no_hw;
|
||||||
$cflags.=" -DFIPS" if $fips;
|
$cflags.=" -DOPENSSL_FIPS" if $fips;
|
||||||
#$cflags.=" -DRSAref" if $rsaref ne "";
|
#$cflags.=" -DRSAref" if $rsaref ne "";
|
||||||
|
|
||||||
## if ($unix)
|
## if ($unix)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user