projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ae9a77
)
Use OPENSSL_FIPS instead of just FIPS.
author
Richard Levitte
<levitte@openssl.org>
Thu, 15 Apr 2004 16:28:30 +0000
(16:28 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 15 Apr 2004 16:28:30 +0000
(16:28 +0000)
util/mk1mf.pl
patch
|
blob
|
history
diff --git
a/util/mk1mf.pl
b/util/mk1mf.pl
index c1813a2c4a41816add807612825fc2a5d8686c05..ea585d8042a8147adf83c8ded69ec5b9f8f2eece 100755
(executable)
--- 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.=" -D
FIPS"
if $fips;
+$cflags.=" -D
OPENSSL_FIPS"
if $fips;
#$cflags.=" -DRSAref" if $rsaref ne "";
## if ($unix)