From e93d7c3e90d501b374b615d7f01f027b23fb8e0e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 27 Aug 2019 17:07:47 +0200 Subject: HTTP3: switched openssl branch to use --- docs/HTTP3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HTTP3.md b/docs/HTTP3.md index a646da5af..1e9b183c4 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 quic-draft-22 https://github.com/tatsuhiro-t/openssl + % git clone --depth 1 -b openssl-quic-draft-22 https://github.com/tatsuhiro-t/openssl % cd openssl % ./config enable-tls1_3 --prefix= % make -- cgit v1.2.1