From d176a2c7e5c440fd79c9a7758c181c371d5e0f7e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 21 Sep 2019 15:46:30 +0200 Subject: altsvc: both backends run h3-23 now Closes #4395 --- docs/HTTP3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/HTTP3.md') diff --git a/docs/HTTP3.md b/docs/HTTP3.md index faa556441..66de7b3de 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-22 https://github.com/tatsuhiro-t/openssl + % git clone --depth 1 -b openssl-quic-draft-23 https://github.com/tatsuhiro-t/openssl % cd openssl % ./config enable-tls1_3 --prefix= % make @@ -52,7 +52,7 @@ Build nghttp3 Build ngtcp2 % cd .. - % git clone -b draft-22 https://github.com/ngtcp2/ngtcp2 + % git clone https://github.com/ngtcp2/ngtcp2 % cd ngtcp2 % autoreconf -i % ./configure PKG_CONFIG_PATH=/lib/pkgconfig:/lib/pkgconfig LDFLAGS="-Wl,-rpath,/lib" --prefix== -- cgit v1.2.3