From ed158f0ddf2b5916feaf85c415fbb2ec223699f5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 11 Mar 2021 16:49:49 +0100 Subject: 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 --- scripts/travis/before_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1