summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-02-22 22:30:49 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-02-22 22:30:49 +0000
commit2cbd4a1f1916b27785cd8d4d35101a213d860de1 (patch)
treefbd01f49f89ba421a2b7996fab62adbd619b074c
parentdde967a5802eac9beef63f7df1e29f1ebbc5538b (diff)
downloadopenssl-new-2cbd4a1f1916b27785cd8d4d35101a213d860de1.tar.gz
Set $fips when fipscanistebuild is used.
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index f81c2eb2df..70b7fa765a 100755
--- a/Configure
+++ b/Configure
@@ -849,6 +849,7 @@ PROCESS_ARGS:
}
elsif (/^fipscanisterbuild$/)
{
+ $fips=1;
$nofipscanistercheck = 1;
$fipslibdir="";
$fipscanisterinternal="y";