From 9c1a43e050c4824304e84c1e9ec47f54ac1ac8b6 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 21 Apr 2010 15:09:17 +0000 Subject: [PATCH] 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 --- misc/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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