summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/openssl/makefile.msvc (follow)
AgeCommit message (Collapse)AuthorFilesLines
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