HTTP3: make the ngtcp2 build use the quictls fork

... as ngtcp2 itself documents the build this way.

Closes #7031
This commit is contained in:
Daniel Stenberg 2021-05-07 17:21:17 +02:00
parent 1763aceb0c
commit 63813a0325
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -33,7 +33,7 @@ in the master branch using pull-requests, just like ordinary changes.
Build (patched) OpenSSL
% git clone --depth 1 -b OpenSSL_1_1_1g-quic-draft-29 https://github.com/tatsuhiro-t/openssl
% git clone --depth 1 -b OpenSSL_1_1_1k+quic https://github.com/quictls/openssl
% cd openssl
% ./config enable-tls1_3 --prefix=<somewhere1>
% make