travis: update the ngtcp2 build to use the latest OpenSSL patch

... which also makes it OpenSSL 1.1.1d based and not v3.
This commit is contained in:
Daniel Stenberg 2020-03-24 23:16:03 +01:00
parent 7e8a1a0875
commit c4c0b04585
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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