]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
HTTP3: make the ngtcp2 build use the quictls fork
authorDaniel Stenberg <daniel@haxx.se>
Fri, 7 May 2021 15:21:17 +0000 (17:21 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 7 May 2021 20:43:54 +0000 (22:43 +0200)
... as ngtcp2 itself documents the build this way.

Closes #7031

docs/HTTP3.md

index 569daeabb7fde8bc7ddcadeca88982983cfdfbb6..2f377fd354f00cc2c68910040427bb46b1d9b672 100644 (file)
@@ -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=<somewhere1>
      % make