diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2023-08-15 18:10:50 +0300 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2023-08-15 18:10:50 +0300 |
| commit | e58d3cdd4ebbb81570548d2c19858a7f5d9f8859 (patch) | |
| tree | 99b4a37992fa01dd93974759cb2f3011f28cb17a /misc | |
| parent | eeb8a9f56f727d2543c8ae7feae0de784e329b27 (diff) | |
| download | nginx-e58d3cdd4ebbb81570548d2c19858a7f5d9f8859.tar.gz nginx-e58d3cdd4ebbb81570548d2c19858a7f5d9f8859.tar.bz2 | |
Updated OpenSSL used for win32 builds.
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index bd7ce5d76..0853b40c2 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -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 \ |
