Skip to content

Commit 9c5918b

Browse files
committed
Openssl 1.1.1g + curl 7.71.1 + nghttp2 1.41.0
1 parent f058a53 commit 9c5918b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ _OpenSSL Engine Note: By default, the OpenSSL source disables ENGINE support for
3030

3131
Default versions are specified in the `build.sh` script but you can specify the version you want to build via the command line, e.g.:
3232

33-
./build.sh -o 1.1.1d -c 7.68.0 -n 1.40.0
33+
./build.sh -o 1.1.1g -c 7.71.1 -n 1.41.0
3434

3535
You can update the default verison by editing this section in the build.sh script:
3636

@@ -39,9 +39,9 @@ You can update the default verison by editing this section in the build.sh scrip
3939
# EDIT this section to Select Default Versions #
4040
################################################
4141

42-
OPENSSL="1.1.1d" # https://www.openssl.org/source/
43-
LIBCURL="7.68.0" # https://curl.haxx.se/download.html
44-
NGHTTP2="1.40.0" # https://nghttp2.org/
42+
OPENSSL="1.1.1g" # https://www.openssl.org/source/
43+
LIBCURL="7.71.1" # https://curl.haxx.se/download.html
44+
NGHTTP2="1.41.0" # https://nghttp2.org/
4545

4646
################################################
4747
```

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
# EDIT this section to Select Default Versions #
1111
################################################
1212

13-
OPENSSL="1.1.1d" # https://www.openssl.org/source/
14-
LIBCURL="7.68.0" # https://curl.haxx.se/download.html
15-
NGHTTP2="1.40.0" # https://nghttp2.org/
13+
OPENSSL="1.1.1g" # https://www.openssl.org/source/
14+
LIBCURL="7.71.1" # https://curl.haxx.se/download.html
15+
NGHTTP2="1.41.0" # https://nghttp2.org/
1616

1717
################################################
1818

0 commit comments

Comments
 (0)