Hi,

there is a syntax problem in file ms/do_win64a.bat
"NUL:" must be "NUL"

possible patch:
--- temp/orig/openssl-1.0.1e/ms/do_win64a.bat    2013-02-11 
16:26:04.000000000 +0100
+++ temp/current/openssl-1.0.1e/ms/do_win64a.bat    2014-01-31 
09:13:20.861517000 +0100
@@ -1,6 +1,6 @@
  perl util\mkfiles.pl >MINFO

-cmd /c "nasm -f win64 -v" >NUL: 2>&1
+cmd /c "nasm -f win64 -v" >NUL 2>&1
  if %errorlevel% neq 0 goto ml64

  perl ms\uplink-x86_64.pl nasm > ms\uptable.asm


Regards,

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to