From: Daniel Stenberg Date: Thu, 11 Mar 2021 15:49:49 +0000 (+0100) Subject: travis: switch ngtcp2 build over to quictls X-Git-Tag: curl-7_76_0~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed158f0ddf2b5916feaf85c415fbb2ec223699f5;p=thirdparty%2Fcurl.git 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 --- diff --git a/scripts/travis/before_script.sh b/scripts/travis/before_script.sh index 0e05e977d2..c4a5adb8c4 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