mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 16:45:06 -05: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
|
||||
else
|
||||
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
|
||||
./config enable-tls1_3 --prefix=$HOME/ngbuild
|
||||
make
|
||||
|
Loading…
Reference in New Issue
Block a user