Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ms
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-06-16 20:27:36 +0400
committerDr. Stephen Henson <steve@openssl.org>2011-06-16 20:27:36 +0400
commitb2348488797e4ac5ddd301db0f334e723069121a (patch)
tree8514b971b560621c62db31538b0e2e2d87161c67 /ms
parentfdb65c836cfc0c36f0a491a8fe4255cd18a7bc3f (diff)
Option "fipscheck" which checks to see if FIPS is autodetected in
a build. Use this for WIN32 builds.
Diffstat (limited to 'ms')
-rw-r--r--ms/do_fips.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/do_fips.bat b/ms/do_fips.bat
index aac21ad327..a1e19aa114 100644
--- a/ms/do_fips.bat
+++ b/ms/do_fips.bat
@@ -43,7 +43,7 @@ SET ASM=nasm
:compile
-perl Configure %TARGET% fipscanisteronly
+perl Configure %TARGET% fipscheck
pause
echo on