summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/openssl/makefile.msvc (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-02-23Win32: OpenSSL compilation for x64 targets with MSVC.Maxim Dounin1-1/+1
To ensure proper target selection the NGX_MACHINE variable is now set based on the MSVC compiler output, and the OpenSSL target is set based on it. This is not important as long as "no-asm" is used (as in misc/GNUmakefile and win32 build instructions), but might be beneficial if someone is trying to build OpenSSL with assembler code.
2022-09-07Win32: disabled threads support in OpenSSL builds.Maxim Dounin1-1/+1
Threads are disabled during UNIX builds (see b329c0ab1a48), and also not needed for Windows builds. This used to be the default before OpenSSL 1.1.0.
2016-12-24Win32: compatiblity with OpenSSL 1.1.0.Maxim Dounin1-5/+12
OpenSSL 1.1.0 now uses normal "nmake; nmake install" instead of using custom "ms\do_ms.bat" script and "ms\nt.mak" makefile. And Configure now requires --prefix to be absolute, and no longer derives --openssldir from prefix (so it's specified explicitly). Generated libraries are now called "libcrypto.lib" and "libssl.lib" instead of "libeay32.lib" and "ssleay32.lib". Appropriate tests added to support both old and new variants. Additionally, openssl/lhash.h now triggers warning C4090 ('function' : different 'const' qualifiers), so the warning was disabled.
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2010-04-01MSVC8 compatibility with OpenSSL 1.0.0Igor Sysoev1-2/+1
2009-05-14fix building OpenSSL on Win32Igor Sysoev1-0/+14