How to compile OpenSSL on Windows?
问题 I have been following the instructions in the OpenSSL User Guide, which links to a guide by 3noch for compiling OpenSSL. Here are the tools/versions I am using: ActiveState Perl v5.20.2 Microsoft Visual Studio 2012 Netwide Assembler (NASM) v2.12.02 OpenSSL 1.0.2j (source tarball) Following the instructions, I am able to execute the following commands without issue: perl Configure VC-WIN32 --prefix=C:\Build-OpenSSL-VC-32 ms\do_ms Then, when I go on to execute nmake -f ms\nt.mak I receive the