]> git.kaiwu.me - nginx.git/commitdiff
Updated OpenSSL used for win32 builds.
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 15 Aug 2023 15:10:50 +0000 (18:10 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 15 Aug 2023 15:10:50 +0000 (18:10 +0300)
misc/GNUmakefile

index bd7ce5d763b5087100a7afff06ce305f1e2cedd2..0853b40c2cb23104c3169eabebfa3669bd21b292 100644 (file)
@@ -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                               \