From 45be5ebeda287801cdc2856dc23f2140090d09c6 Mon Sep 17 00:00:00 2001 From: Veloman Yunkan Date: Mon, 24 Feb 2025 19:36:10 +0400 Subject: [PATCH] Enable SSL support in libcurl --- kiwixbuild/dependencies/libcurl.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kiwixbuild/dependencies/libcurl.py b/kiwixbuild/dependencies/libcurl.py index cc7fd15..c412a7e 100644 --- a/kiwixbuild/dependencies/libcurl.py +++ b/kiwixbuild/dependencies/libcurl.py @@ -36,7 +36,6 @@ class LibCurl(Dependency): "kerberos-auth", "gss-api", "ssh", - "ssl", "rtmp", "http2", "idn",