mirror of
https://github.com/nginx/nginx.git
synced 2025-01-19 01:42:58 +08:00
build nginx/Windows against OpenSSL-0.9.8n, since nginx-0.8.35
built against OpenSSL-1.0.0 crashed on Windows XP somewhere in the NTDLL.DLL on the master process exit
This commit is contained in:
parent
ece10ddcf5
commit
9c1a43e050
@ -5,7 +5,7 @@ NGINX = nginx-$(VER)
|
||||
TEMP = tmp
|
||||
|
||||
OBJS = objs.msvc8
|
||||
OPENSSL = openssl-1.0.0
|
||||
OPENSSL = openssl-0.9.8n
|
||||
ZLIB = zlib-1.2.3
|
||||
PCRE = pcre-7.9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user