diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2013-02-05 13:41:48 +0000 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2013-02-05 13:41:48 +0000 |
commit | 94bee544a09a67a22b7f6dbbc548dd7b50f63696 (patch) | |
tree | a9cbbb78a3080cca40c18a451abbb482773bdfa5 | |
parent | 75e5d13ec6b900ea01c044cb4147126bf237a5c9 (diff) | |
download | nginx-94bee544a09a67a22b7f6dbbc548dd7b50f63696.tar.gz nginx-94bee544a09a67a22b7f6dbbc548dd7b50f63696.zip |
Updated OpenSSL used for win32 builds.
-rw-r--r-- | misc/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 305a709bd..5490de01b 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -6,7 +6,7 @@ TEMP = tmp REPO = $(shell svn info | sed -n 's/^Repository Root: //p') OBJS = objs.msvc8 -OPENSSL = openssl-1.0.1c +OPENSSL = openssl-1.0.1d ZLIB = zlib-1.2.7 PCRE = pcre-8.32 |