Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2014-04-08 17:48:03 +0400
committerMaxim Dounin <mdounin@mdounin.ru>2014-04-08 17:48:03 +0400
commit102e442f0425affb3818f4208c39bb1deefb4796 (patch)
tree4572013588078954c66ed8eb330ff9b99a199f0e
parent5cf11ab2e0e27a4289ac7a69174c90fc7306f805 (diff)
Updated OpenSSL used for win32 builds.
-rw-r--r--misc/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index 41f4017c5..793f965df 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -5,7 +5,7 @@ NGINX = nginx-$(VER)
TEMP = tmp
OBJS = objs.msvc8
-OPENSSL = openssl-1.0.1f
+OPENSSL = openssl-1.0.1g
ZLIB = zlib-1.2.8
PCRE = pcre-8.34