1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

docs/HTTP3: update the OpenSSL branch to use for ngtcp2

Reported-by: James Fuller
This commit is contained in:
Daniel Stenberg 2020-02-04 15:05:57 +01:00
parent b765cb3c81
commit 9c27386ef0
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-quic-draft-23 https://github.com/tatsuhiro-t/openssl
% git clone --depth 1 -b OpenSSL_1_1_1d-quic-draft-25 https://github.com/tatsuhiro-t/openssl
% cd openssl
% ./config enable-tls1_3 --prefix=<somewhere1>
% make