| commit | e780b5f1f1d460ce865bc8c31cb4e01b7c742f43 | [log] [tgz] |
|---|---|---|
| author | Dr. Stephen Henson <steve@openssl.org> | Fri Jul 01 14:43:34 2011 +0000 |
| committer | Dr. Stephen Henson <steve@openssl.org> | Fri Jul 01 14:43:34 2011 +0000 |
| tree | 8d4f8c13bec85d6795d008a04a4437024865482f | |
| parent | 01f06617b113932c06523cbd89e5272dce2fda34 [diff] |
Add no-asm argument to Configure if needed.
diff --git a/ms/do_fips.bat b/ms/do_fips.bat index a1e19aa..989c6fa 100644 --- a/ms/do_fips.bat +++ b/ms/do_fips.bat
@@ -43,7 +43,8 @@ :compile -perl Configure %TARGET% fipscheck +if x%ASM% == xno-asm SET EXARG=no-asm +perl Configure %TARGET% %EXARG% fipscheck pause echo on