aboutsummaryrefslogtreecommitdiffstats
path: root/util/mkfiles.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-21 16:58:51 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-21 16:58:51 +0000
commite161120eff85a6e76b8b1add04827f30bfb75064 (patch)
tree04c08471e29b2802241681f48c0bbbbc8d72361b /util/mkfiles.pl
parent84ed90f88b0542b85a9aa50723c7787cb3bb4bd5 (diff)
downloadopenssl-e161120eff85a6e76b8b1add04827f30bfb75064.tar.gz
Make fipscanisteronly auto detect work on WIN32.
Diffstat (limited to 'util/mkfiles.pl')
-rwxr-xr-xutil/mkfiles.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mkfiles.pl b/util/mkfiles.pl
index 1c8493ae22..94ab502f8d 100755
--- a/util/mkfiles.pl
+++ b/util/mkfiles.pl
@@ -155,7 +155,7 @@ if ($dir eq "." && defined($sym{"BUILDENV"}))
print "RELATIVE_DIRECTORY=\n";
close (IN);
-if ($dir eq "." && $sym{CONFIGURE_ARGS} =~ /fipscanisteronly/)
+if ($dir eq "." && $sym{FIPSCANISTERONLY} eq "y")
{
$fipscanisteronly = 1;
}