Re: [OpenWrt-Devel] [PATCH] curl: enable https protocol

2015-01-09 Thread Lars Kruse
Provide optional --enable-https flag for curl. Signed-off-by: Lars Kruse de...@sumpfralle.de --- a/package/network/utils/curl/Config.in +++ b/package/network/utils/curl/Config.in @@ -53,6 +53,10 @@ config LIBCURL_HTTP bool Enable HTTP support default y +config LIBCURL_HTTPS +

Re: [OpenWrt-Devel] [PATCH] curl: enable https protocol

2015-01-07 Thread Felix Fietkau
On 2014-12-27 18:32, Lars Kruse wrote: Hi, even though SSL-support is configurable for curl, there is currently no support for https (just http). The attached patch fixes that. Lars Provide optional --enable-https flag for curl. Signed-off-by: Lars Kruse de...@sumpfralle.de Like

[OpenWrt-Devel] [PATCH] curl: enable https protocol

2014-12-27 Thread Lars Kruse
Hi, even though SSL-support is configurable for curl, there is currently no support for https (just http). The attached patch fixes that. Lars Provide optional --enable-https flag for curl. Signed-off-by: Lars Kruse de...@sumpfralle.de --- Provide optional --enable-https flag for curl. ---