From 6bd2b89d839026c3365da7205359b1568f955e6b Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Wed, 18 Oct 2023 18:58:00 +0000 Subject: curl: prepare for HTTP/3 support * these changes along with 2 PRs below and using non-standard openssl library allow for building curl with HTTP/3 support * https://github.com/openwrt/packages/pull/22443 * https://github.com/openwrt/packages/pull/22444 Signed-off-by: Stan Grishin --- net/curl/Config.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'net/curl/Config.in') diff --git a/net/curl/Config.in b/net/curl/Config.in index 24b7b9627..29865a87a 100644 --- a/net/curl/Config.in +++ b/net/curl/Config.in @@ -105,6 +105,16 @@ config LIBCURL_NGHTTP2 bool "HTTP2 protocol" default y +config LIBCURL_NGHTTP3 + bool "HTTP/3 protocol" + depends on LIBCURL_OPENSSL + default n + +config LIBCURL_NGTCP2 + bool "QUIC protocol" + depends on LIBCURL_OPENSSL + default n + comment "Miscellaneous" config LIBCURL_PROXY -- cgit v1.2.3