Set $fips when fipscanistebuild is used.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 22 Feb 2007 22:30:49 +0000 (22:30 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 22 Feb 2007 22:30:49 +0000 (22:30 +0000)
Configure

index f81c2eb2dfd5524932ebbabdd8cd20a944048ea7..70b7fa765a960d5868ca958b3d3bec1e3b2fd527 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -849,6 +849,7 @@ PROCESS_ARGS:
                        }
                elsif (/^fipscanisterbuild$/)
                        {
+                       $fips=1;
                        $nofipscanistercheck = 1;
                        $fipslibdir="";
                        $fipscanisterinternal="y";