summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-08-27 17:07:47 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-08-27 17:07:47 +0200
commite93d7c3e90d501b374b615d7f01f027b23fb8e0e (patch)
treeb74e7147f00515b5980b80f9c5d1c7fefa20c35a
parent5b3be0729c380661b8db8e499e31363882eb9129 (diff)
downloadcurl-e93d7c3e90d501b374b615d7f01f027b23fb8e0e.tar.gz
HTTP3: switched openssl branch to use
-rw-r--r--docs/HTTP3.md2
1 files changed, 1 insertions, 1 deletions
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=<somewhere1>
% make