diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-02-04 15:05:57 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-02-04 15:05:57 +0100 |
commit | 9c27386ef0be98237323ae8395deb6e44e78527d (patch) | |
tree | ccd594f9edf41c3c9f4d391029cf925d77e201ef | |
parent | b765cb3c81f88ffbfb5138a9004f1692af413b06 (diff) |
docs/HTTP3: update the OpenSSL branch to use for ngtcp2
Reported-by: James Fuller
-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 c77f7743d..209df049d 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=<somewhere1> % make |