]> granicus.if.org Git - openssl/commitdiff
No need to add fips to @skip
authorDr. Stephen Henson <steve@openssl.org>
Mon, 19 Jan 2009 16:42:18 +0000 (16:42 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 19 Jan 2009 16:42:18 +0000 (16:42 +0000)
Configure

index 2336707a299f8912a8f4ab31826c8303e0844e0a..45be2e6ab745aead61c9d4d3a0509955aa0932a9 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -1052,8 +1052,6 @@ foreach (sort (keys %disabled))
        print "\n";
        }
 
-push @skip, "fips" unless $fips;
-
 my $IsMK1MF=scalar grep /^$target$/,@MK1MF_Builds;
 
 $IsMK1MF=1 if ($target eq "mingw" && $^O ne "cygwin" && !is_msys());