# HG changeset patch # User Igor Sysoev # Date 1271862557 0 # Node ID fb88801564dea6c10b9d017f6ebee27ed1196125 # Parent 6a5dc3803825de4536b5cb3810cb07dd65643e92 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 --- 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