commit | 9c1a43e050c4824304e84c1e9ec47f54ac1ac8b6 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Wed Apr 21 15:09:17 2010 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Wed Apr 21 15:09:17 2010 +0000 |
tree | 03ceb12ad3827d44b66930fea21fba70665c188d | |
parent | ece10ddcf5a56808e860560411d4590bd07feb04 [diff] |
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 a2fac12..4e5ff26 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile
@@ -5,7 +5,7 @@ TEMP = tmp OBJS = objs.msvc8 -OPENSSL = openssl-1.0.0 +OPENSSL = openssl-0.9.8n ZLIB = zlib-1.2.3 PCRE = pcre-7.9