]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
HTTP3.md: update openssl version
authorKarthikdasari0423 <92445174+Karthikdasari0423@users.noreply.github.com>
Sun, 11 Jun 2023 06:21:55 +0000 (11:51 +0530)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 Jun 2023 14:23:12 +0000 (16:23 +0200)
Closes #11297

docs/HTTP3.md

index bf8fc6e9e6f96b15cb88172f550ab850441e2011..178498d441dfd8a1a98bb29a45243ced8a6d12ca 100644 (file)
@@ -46,7 +46,7 @@ For now, `ngtcp2` and `nghttp3` are still *experimental* which means their evolu
 
 Build (patched) OpenSSL
 
-     % git clone --depth 1 -b openssl-3.0.8+quic https://github.com/quictls/openssl
+     % git clone --depth 1 -b openssl-3.0.9+quic https://github.com/quictls/openssl
      % cd openssl
      % ./config enable-tls1_3 --prefix=<somewhere1>
      % make