From b8f10b7e7b41504adbd8e3702ecb8527158a8e28 Mon Sep 17 00:00:00 2001 From: Karthikdasari0423 <92445174+Karthikdasari0423@users.noreply.github.com> Date: Sun, 11 Jun 2023 11:51:55 +0530 Subject: [PATCH] HTTP3.md: update openssl version Closes #11297 --- docs/HTTP3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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