diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2019-06-25 04:47:43 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2019-06-25 04:47:43 +0300 |
commit | 32adc8534c4e461a1e519ee58e1a846249743872 (patch) | |
tree | 9797d0fdc0ffe5e8ffffa631268d2784490b3c1f /misc | |
parent | d9887ee2ae9069843eed67d5b5ea625a7faeedb1 (diff) | |
download | nginx-32adc8534c4e461a1e519ee58e1a846249743872.tar.gz nginx-32adc8534c4e461a1e519ee58e1a846249743872.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 0391a3155..2a34ae553 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -6,7 +6,7 @@ TEMP = tmp CC = cl OBJS = objs.msvc8 -OPENSSL = openssl-1.1.1b +OPENSSL = openssl-1.1.1c ZLIB = zlib-1.2.11 PCRE = pcre-8.43 |