From: Dr. Stephen Henson <steve@openssl.org>
Date: Thu, 22 Feb 2007 22:30:49 +0000 (+0000)
Subject: Set $fips when fipscanistebuild is used.
X-Git-Tag: OpenSSL_0_9_7m~5
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2cbd4a1f1916b27785cd8d4d35101a213d860de1;p=oweals%2Fopenssl.git

Set $fips when fipscanistebuild is used.
---

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";