diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2016-10-11 16:52:48 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2016-10-11 16:52:48 +0300 |
commit | 27930db17c3f3b8a07151b0b7ddf50a5a86c7e0c (patch) | |
tree | b53989f7b135984d3bd109a2161be096e032c062 /misc | |
parent | a6cb8210905f35977276cb3861184e4dad99cc2a (diff) | |
download | nginx-27930db17c3f3b8a07151b0b7ddf50a5a86c7e0c.tar.gz nginx-27930db17c3f3b8a07151b0b7ddf50a5a86c7e0c.zip |
Updated OpenSSL used for win32 builds.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index b95af1619..9ab419306 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -5,7 +5,7 @@ NGINX = nginx-$(VER) TEMP = tmp OBJS = objs.msvc8 -OPENSSL = openssl-1.0.2h +OPENSSL = openssl-1.0.2j ZLIB = zlib-1.2.8 PCRE = pcre-8.39 |