summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-03-11 16:49:49 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-03-11 22:49:50 +0100
commited158f0ddf2b5916feaf85c415fbb2ec223699f5 (patch)
tree8fa37b6209c8cf586895a7bd9f2e8227d6ad850d
parentf073a427b4fcab111b3728935f8beb3a19de10f0 (diff)
downloadcurl-ed158f0ddf2b5916feaf85c415fbb2ec223699f5.tar.gz
travis: switch ngtcp2 build over to quictls
The ngtcp2 project switched over to using the quictls OpenSSL fork instead of their own patched OpenSSL. We follow suit. Closes #6729
-rwxr-xr-xscripts/travis/before_script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis/before_script.sh b/scripts/travis/before_script.sh
index 0e05e977d..c4a5adb8c 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_1g-quic-draft-29 https://github.com/tatsuhiro-t/openssl possl
+ git clone --depth 1 -b OpenSSL_1_1_1j+quic https://github.com/quictls/openssl possl
cd possl
./config enable-tls1_3 --prefix=$HOME/ngbuild
make