From 63813a0325adec659bdb6866c061208266b68797 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 7 May 2021 17:21:17 +0200 Subject: [PATCH] HTTP3: make the ngtcp2 build use the quictls fork ... as ngtcp2 itself documents the build this way. Closes #7031 --- docs/HTTP3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HTTP3.md b/docs/HTTP3.md index 569daeabb7..2f377fd354 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_1_1_1g-quic-draft-29 https://github.com/tatsuhiro-t/openssl + % git clone --depth 1 -b OpenSSL_1_1_1k+quic https://github.com/quictls/openssl % cd openssl % ./config enable-tls1_3 --prefix= % make