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:
parent
7e8a1a0875
commit
c4c0b04585
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user