mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:23:36 +03:00
HTTP3: make the ngtcp2 build use the quictls fork
... as ngtcp2 itself documents the build this way. Closes #7031
This commit is contained in:
parent
1763aceb0c
commit
63813a0325
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue