]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
HTTP3: switched openssl branch to use
authorDaniel Stenberg <daniel@haxx.se>
Tue, 27 Aug 2019 15:07:47 +0000 (17:07 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 27 Aug 2019 15:07:47 +0000 (17:07 +0200)
docs/HTTP3.md

index a646da5af27d40793fdc81f32dbc2d56eef503da..1e9b183c48734a4cfae1ede8ef791f5a4bcd429b 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 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