From: Daniel Stenberg Date: Tue, 4 Feb 2020 14:05:57 +0000 (+0100) Subject: docs/HTTP3: update the OpenSSL branch to use for ngtcp2 X-Git-Tag: curl-7_69_0~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c27386ef0be98237323ae8395deb6e44e78527d;p=thirdparty%2Fcurl.git docs/HTTP3: update the OpenSSL branch to use for ngtcp2 Reported-by: James Fuller --- diff --git a/docs/HTTP3.md b/docs/HTTP3.md index c77f7743db..209df049d8 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -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= % make