Add no-asm argument to Configure if needed.
authorDr. Stephen Henson <steve@openssl.org>
Fri, 1 Jul 2011 14:43:34 +0000 (14:43 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 1 Jul 2011 14:43:34 +0000 (14:43 +0000)
ms/do_fips.bat

index a1e19aa11471008a09743ee73ffb351c044a4e1c..989c6faf9a48cf290438d3418e44aacfacf56cd8 100644 (file)
@@ -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