summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2022-06-21 17:09:34 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2022-06-21 17:09:34 +0300
commit35c2d7a75e4c845251901b69cb4363fd61ddb1cd (patch)
treebf7876b3d8352cb138684e46901e79a7b1db62bb
parent295f5b28aefdb97e94ddd51b0773c6d7a2a91e9b (diff)
downloadnginx-35c2d7a75e4c845251901b69cb4363fd61ddb1cd.tar.gz
Updated OpenSSL used for win32 builds.
-rw-r--r--misc/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index 6895317c8..dfb5b9b62 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -6,7 +6,7 @@ TEMP = tmp
CC = cl
OBJS = objs.msvc8
-OPENSSL = openssl-1.1.1o
+OPENSSL = openssl-1.1.1p
ZLIB = zlib-1.2.12
PCRE = pcre2-10.39