changeset 9425:d3c75e4f7e66

Updated OpenSSL and PCRE used for win32 builds.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 24 Jun 2025 15:20:27 +0400
parents 38d05b244dd1
children aff13bf32357
files misc/GNUmakefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/misc/GNUmakefile	Tue Jun 24 16:42:20 2025 +0400
+++ b/misc/GNUmakefile	Tue Jun 24 15:20:27 2025 +0400
@@ -6,9 +6,9 @@
 
 CC =		cl
 OBJS =		objs.msvc8
-OPENSSL =	openssl-3.0.15
+OPENSSL =	openssl-3.5.0
 ZLIB =		zlib-1.3.1
-PCRE =		pcre2-10.39
+PCRE =		pcre2-10.45
 
 
 release: export