diff options
author | Eric Curtin <ericcurtin17@gmail.com> | 2020-08-27 12:14:19 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-08-27 14:15:25 +0200 |
commit | 9ee5701f12818e455c898c1a660cfd11d7e46518 (patch) | |
tree | 177b46f93a959474326300d42b26060ead474a66 /scripts | |
parent | 7731c35886c55197b206d4627ebd322ffad9bd80 (diff) | |
download | curl-9ee5701f12818e455c898c1a660cfd11d7e46518.tar.gz |
HTTP/3: update to OpenSSL_1_1_1g-quic-draft-29
Closes #5871
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis/before_script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis/before_script.sh b/scripts/travis/before_script.sh index 1938f9e48..e8bf71950 100755 --- a/scripts/travis/before_script.sh +++ b/scripts/travis/before_script.sh @@ -43,7 +43,7 @@ if [ "$NGTCP2" = yes ]; then make install else cd $HOME - git clone --depth 1 -b OpenSSL_1_1_1d-quic-draft-27 https://github.com/tatsuhiro-t/openssl possl + git clone --depth 1 -b OpenSSL_1_1_1g-quic-draft-29 https://github.com/tatsuhiro-t/openssl possl cd possl ./config enable-tls1_3 --prefix=$HOME/ngbuild make |