diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2016-05-24 17:44:01 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2016-05-24 17:44:01 +0300 |
commit | 849851f45d78d39d7a09193d5096344d6054d7cb (patch) | |
tree | 70ccf1a4cea37e355231c8626e955c8ecaa3cf6a /misc | |
parent | 1a1470b8658ce6a9c283717d43748af559deef2d (diff) | |
download | nginx-849851f45d78d39d7a09193d5096344d6054d7cb.tar.gz nginx-849851f45d78d39d7a09193d5096344d6054d7cb.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 1f021c5c9..ff9bee603 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -5,7 +5,7 @@ NGINX = nginx-$(VER) TEMP = tmp OBJS = objs.msvc8 -OPENSSL = openssl-1.0.2g +OPENSSL = openssl-1.0.2h ZLIB = zlib-1.2.8 PCRE = pcre-8.38 |