X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ms%2Fdo_fips.bat;h=4df263c27b8aa621a544ec45984b3a987ff6fe90;hp=8071fbe06d72df4d06ca8e78d67cd974ab89b4af;hb=4fa3c4c3e9d417f04e2e26f41c45b8cdeab132f4;hpb=524289baa514dbaa457c15af59f70d0669b9528f diff --git a/ms/do_fips.bat b/ms/do_fips.bat index 8071fbe06d..4df263c27b 100644 --- a/ms/do_fips.bat +++ b/ms/do_fips.bat @@ -31,10 +31,6 @@ goto compile echo Auto Configuring for IA64 SET TARGET=VC-WIN64I -perl ms\uplink.pl win64i > ms\uptable.asm -if ERRORLEVEL 1 goto error -ias -o ms\uptable.obj ms\uptable.asm -if ERRORLEVEL 1 goto error goto compile @@ -42,13 +38,8 @@ goto compile echo Auto Configuring for AMD64 SET TARGET=VC-WIN64A -perl ms\uplink.pl win64a > ms\uptable.asm -if ERRORLEVEL 1 goto error -ml64 -c -Foms\uptable.obj ms\uptable.asm -if ERRORLEVEL 1 goto error - if x%ASM% == xno-asm goto compile -SET ASM=ml64 +SET ASM=nasm :compile