mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
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
This commit is contained in:
parent
f073a427b4
commit
ed158f0ddf
@ -43,7 +43,7 @@ if [ "$NGTCP2" = yes ]; then
|
|||||||
make install
|
make install
|
||||||
else
|
else
|
||||||
cd $HOME
|
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
|
cd possl
|
||||||
./config enable-tls1_3 --prefix=$HOME/ngbuild
|
./config enable-tls1_3 --prefix=$HOME/ngbuild
|
||||||
make
|
make
|
||||||
|
Loading…
Reference in New Issue
Block a user