diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2016-02-13 07:28:14 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2016-02-13 07:28:14 +0300 |
commit | cc79e1779ac3d5cf1f3c17d8b848cd8dc82fb81e (patch) | |
tree | ae1e5aed5f18a242a77d5fea1e9a4b9c450235bf | |
parent | 4cfd9ba3c18932a47eca176a79da31455e444cc3 (diff) | |
download | nginx-cc79e1779ac3d5cf1f3c17d8b848cd8dc82fb81e.tar.gz nginx-cc79e1779ac3d5cf1f3c17d8b848cd8dc82fb81e.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 ba7b26ed0..adec0884c 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -5,7 +5,7 @@ NGINX = nginx-$(VER) TEMP = tmp OBJS = objs.msvc8 -OPENSSL = openssl-1.0.2e +OPENSSL = openssl-1.0.2f ZLIB = zlib-1.2.8 PCRE = pcre-8.38 |