Hello, I built OpenSSL 1.0.1j this way, which in the case of x86 I have done with some previous versions as well:

x86:
perl Configure debug-VC-WIN32 enable-static-engine
ms\do_ms
nmake -f ms\ntdll.mak

x64:
perl Configure debug-VC-WIN64A enable-static-engine
ms\do_win64a
nmake -f ms\ntdll.mak

In both cases the makefile uses MASM to compile the assembly. The INSTALL.W32 seems to contradict that though because it says NASM is the only supported assembler. And in the case of x86 do_ms passes arg 'no-asm' to mk1mf.pl but that doesn't seem to do anything, and I'm not sure if that's intentional. All tests pass for both x86 and x64. What is the latest information on whether or not MASM is supported for x86 and x64 targets? I found an interesting discussion from earlier this year, but that's all [1]. Thanks


[1]: https://groups.google.com/d/msg/mailing.openssl.dev/FLwrwZL17JE/4ndQpGi84g0J

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to