mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
quic: openssl quic, cmake and doc version update to 3.3.0
Closes #14028
This commit is contained in:
parent
bb09a304bb
commit
8d067e61b0
@ -767,7 +767,7 @@ if(USE_OPENSSL_QUIC)
|
||||
if(USE_NGTCP2 OR USE_QUICHE OR USE_MSH3)
|
||||
message(FATAL_ERROR "Only one HTTP/3 backend can be selected!")
|
||||
endif()
|
||||
find_package(OpenSSL 3.2.0 REQUIRED)
|
||||
find_package(OpenSSL 3.3.0 REQUIRED)
|
||||
|
||||
find_package(NGHTTP3 REQUIRED)
|
||||
set(USE_NGHTTP3 ON)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user