HTTP3.md: update openssl version

Closes #11297
This commit is contained in:
Karthikdasari0423 2023-06-11 11:51:55 +05:30 committed by Daniel Stenberg
parent a4a5e438ae
commit b8f10b7e7b
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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