]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/HTTP3: update the OpenSSL branch to use for ngtcp2
authorDaniel Stenberg <daniel@haxx.se>
Tue, 4 Feb 2020 14:05:57 +0000 (15:05 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 4 Feb 2020 14:05:57 +0000 (15:05 +0100)
Reported-by: James Fuller
docs/HTTP3.md

index c77f7743db7742aaf5d0260b2fdd577e2f4fa91a..209df049d8f753fa8e15d45cd02a62568d26de83 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-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