> Followed your instructions regarding changing the target. > But received different problems with the assembler. > See below > > Y:\OpenSSL\openssl-1.0.1i>cmd /c "nasm -f win64 -v" 1>NUL 2>&1 > > Y:\OpenSSL\openssl-1.0.1i>if 1 NEQ 0 goto ml64 > > Y:\OpenSSL\openssl-1.0.1i>perl ms\uplink-x86_64.pl masm 1>ms\uptable.asm > > Y:\OpenSSL\openssl-1.0.1i>ml64 -c -Foms\uptable.obj ms\uptable.asm > 'ml64' is not recognized as an internal or external command, > operable program or batch file.
You do need assembler. If you don't have ml64 (no, ml won't do), then just download nasm and drop it anywhere on %PATH%. Actually nasm is preferred. If in doubt, always use nasm. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org