summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-01-19 16:42:18 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-01-19 16:42:18 +0000
commit84be7091fd586b634a5cc62008d00579320fb347 (patch)
tree4db7d5605805102f13313b936548406a13ebf08f /Configure
parentf82c1f0dd890a5c306d2405dcc7501a268c350df (diff)
No need to add fips to @skip
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/Configure b/Configure
index 2336707a29..45be2e6ab7 100755
--- 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());