summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-03-24 23:16:03 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-03-25 00:44:36 +0100
commitc4c0b04585c1536449cc94d69daf8eb02396f5ea (patch)
tree21162fd259fb2eec0eff90d8fb061e6ae0cea347
parent7e8a1a087528cb265bae5c9fe346489871b5daa2 (diff)
downloadcurl-c4c0b04585c1536449cc94d69daf8eb02396f5ea.tar.gz
travis: update the ngtcp2 build to use the latest OpenSSL patch
... which also makes it OpenSSL 1.1.1d based and not v3.
-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 3baa86c43..32fc4b45a 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