From: Karthikdasari0423 <92445174+Karthikdasari0423@users.noreply.github.com> Date: Sun, 11 Jun 2023 06:21:55 +0000 (+0530) Subject: HTTP3.md: update openssl version X-Git-Tag: curl-8_2_0~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8f10b7e7b41504adbd8e3702ecb8527158a8e28;p=thirdparty%2Fcurl.git HTTP3.md: update openssl version Closes #11297 --- diff --git a/docs/HTTP3.md b/docs/HTTP3.md index bf8fc6e9e6..178498d441 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -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= % make