From: Dr. Stephen Henson Date: Fri, 1 Jul 2011 14:43:34 +0000 (+0000) Subject: Add no-asm argument to Configure if needed. X-Git-Tag: OpenSSL-fips-2_0-rc1~277 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e780b5f1f1d460ce865bc8c31cb4e01b7c742f43;p=oweals%2Fopenssl.git Add no-asm argument to Configure if needed. --- 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