[nginx] Updated OpenSSL used for win32 builds.

Konstantin Pavlov thresh at nginx.com
Tue Aug 15 17:31:11 UTC 2023


details:   https://hg.nginx.org/nginx/rev/f101bccb38e1
branches:  
changeset: 9148:f101bccb38e1
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Tue Aug 15 18:10:50 2023 +0300
description:
Updated OpenSSL used for win32 builds.

diffstat:

 misc/GNUmakefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 58afcd72446f -r f101bccb38e1 misc/GNUmakefile
--- a/misc/GNUmakefile	Mon Aug 14 09:21:27 2023 +0400
+++ b/misc/GNUmakefile	Tue Aug 15 18:10:50 2023 +0300
@@ -6,7 +6,7 @@ TEMP =		tmp
 
 CC =		cl
 OBJS =		objs.msvc8
-OPENSSL =	openssl-1.1.1t
+OPENSSL =	openssl-3.0.10
 ZLIB =		zlib-1.2.13
 PCRE =		pcre2-10.39
 
@@ -105,7 +105,7 @@ zip: export
 	$(MAKE) -f docs/GNUmakefile changes
 	mv $(TEMP)/$(NGINX)/CHANGES* $(TEMP)/$(NGINX)/docs/
 
-	cp -p $(OBJS)/lib/$(OPENSSL)/LICENSE				\
+	cp -p $(OBJS)/lib/$(OPENSSL)/LICENSE.txt			\
 		$(TEMP)/$(NGINX)/docs/OpenSSL.LICENSE
 
 	cp -p $(OBJS)/lib/$(PCRE)/LICENCE				\


More information about the nginx-devel mailing list