Use OPENSSL_FIPS instead of just FIPS.

This commit is contained in:
Richard Levitte 2004-04-15 16:28:30 +00:00
parent 0ae9a77679
commit 7f71a94cc5

View File

@ -236,7 +236,7 @@ $cflags.=" -DOPENSSL_NO_KRB5" if $no_krb5;
$cflags.=" -DOPENSSL_NO_EC" if $no_ec;
$cflags.=" -DOPENSSL_NO_ENGINE" if $no_engine;
$cflags.=" -DOPENSSL_NO_HW" if $no_hw;
$cflags.=" -DFIPS" if $fips;
$cflags.=" -DOPENSSL_FIPS" if $fips;
#$cflags.=" -DRSAref" if $rsaref ne "";
## if ($unix)