diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-08-27 17:07:47 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-08-27 17:07:47 +0200 |
commit | e93d7c3e90d501b374b615d7f01f027b23fb8e0e (patch) | |
tree | b74e7147f00515b5980b80f9c5d1c7fefa20c35a /docs/HTTP3.md | |
parent | 5b3be0729c380661b8db8e499e31363882eb9129 (diff) | |
download | curl-e93d7c3e90d501b374b615d7f01f027b23fb8e0e.tar.gz |
HTTP3: switched openssl branch to use
Diffstat (limited to 'docs/HTTP3.md')
-rw-r--r-- | docs/HTTP3.md | 2 |
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 |