From: Daniel Stenberg Date: Tue, 24 Mar 2020 22:16:03 +0000 (+0100) Subject: travis: update the ngtcp2 build to use the latest OpenSSL patch X-Git-Tag: curl-7_70_0~183 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4c0b04585c1536449cc94d69daf8eb02396f5ea;p=thirdparty%2Fcurl.git travis: update the ngtcp2 build to use the latest OpenSSL patch ... which also makes it OpenSSL 1.1.1d based and not v3. --- diff --git a/scripts/travis/before_script.sh b/scripts/travis/before_script.sh index 3baa86c43c..32fc4b45a9 100755 --- a/scripts/travis/before_script.sh +++ b/scripts/travis/before_script.sh @@ -26,7 +26,7 @@ set -eo pipefail if [ "$NGTCP2" = yes ]; then cd $HOME - git clone --depth 1 -b openssl-quic-draft-23 https://github.com/tatsuhiro-t/openssl possl + git clone --depth 1 -b OpenSSL_1_1_1d-quic-draft-27 https://github.com/tatsuhiro-t/openssl possl cd possl ./config enable-tls1_3 --prefix=$HOME/ngbuild make