quic: openssl quic, cmake and doc version update to 3.3.0

Closes #14028
This commit is contained in:
Stefan Eissing 2024-06-26 15:45:33 +02:00 committed by Daniel Stenberg
parent bb09a304bb
commit 8d067e61b0
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 3 additions and 3 deletions

View file

@ -209,10 +209,10 @@ Build curl:
QUIC support is **EXPERIMENTAL**
Build OpenSSL 3.2.0
Build OpenSSL 3.3.1
% cd ..
% git clone -b openssl-3.2.0 https://github.com/openssl/openssl
% git clone -b openssl-3.3.1 https://github.com/openssl/openssl
% cd openssl
% ./config enable-tls1_3 --prefix=<somewhere> --libdir=<somewhere>/lib
% make