From 7f71a94cc5ab071fa2f4c2088af15b7be77c87d6 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 15 Apr 2004 16:28:30 +0000 Subject: [PATCH] Use OPENSSL_FIPS instead of just FIPS. --- util/mk1mf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mk1mf.pl b/util/mk1mf.pl index c1813a2c4a..ea585d8042 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl @@ -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) -- 2.25.1