Use OPENSSL_FIPS instead of just FIPS.
authorRichard Levitte <levitte@openssl.org>
Thu, 15 Apr 2004 16:28:30 +0000 (16:28 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 15 Apr 2004 16:28:30 +0000 (16:28 +0000)
util/mk1mf.pl

index c1813a2c4a41816add807612825fc2a5d8686c05..ea585d8042a8147adf83c8ded69ec5b9f8f2eece 100755 (executable)
@@ -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)