aboutsummaryrefslogtreecommitdiff
path: root/net/curl/Config.in
diff options
context:
space:
mode:
authorStan Grishin <stangri@melmac.ca>2023-10-18 18:58:00 +0000
committerStan Grishin <stangri@melmac.ca>2023-10-18 18:58:07 +0000
commit6bd2b89d839026c3365da7205359b1568f955e6b (patch)
treed05d5aaa84add18d6220e29967ff806597ad63de /net/curl/Config.in
parent5f4405112fc0137380b28bb1a98f7048f6a02be8 (diff)
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 <stangri@melmac.ca>
Diffstat (limited to 'net/curl/Config.in')
-rw-r--r--net/curl/Config.in10
1 files changed, 10 insertions, 0 deletions
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