diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-07-01 16:43:34 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-07-01 16:43:34 +0200 |
commit | e780b5f1f1d460ce865bc8c31cb4e01b7c742f43 (patch) | |
tree | 8d4f8c13bec85d6795d008a04a4437024865482f /ms | |
parent | Recognise fipscheck option and call fipsas for WIN64 builds. (diff) | |
download | openssl-e780b5f1f1d460ce865bc8c31cb4e01b7c742f43.tar.xz openssl-e780b5f1f1d460ce865bc8c31cb4e01b7c742f43.zip |
Add no-asm argument to Configure if needed.
Diffstat (limited to 'ms')
-rw-r--r-- | ms/do_fips.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ms/do_fips.bat b/ms/do_fips.bat index a1e19aa114..989c6faf9a 100644 --- a/ms/do_fips.bat +++ b/ms/do_fips.bat @@ -43,7 +43,8 @@ SET ASM=nasm :compile -perl Configure %TARGET% fipscheck +if x%ASM% == xno-asm SET EXARG=no-asm +perl Configure %TARGET% %EXARG% fipscheck pause echo on |