From: Igor Sysoev Date: Wed, 21 Apr 2010 15:09:17 +0000 (+0000) Subject: build nginx/Windows against OpenSSL-0.9.8n, since nginx-0.8.35 X-Git-Tag: release-0.8.36~6 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=9c1a43e050c4824304e84c1e9ec47f54ac1ac8b6;p=nginx.git 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 --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index a2fac12a0..4e5ff26ff 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -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