Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
fetch: convert https to libcurl as well
Baptiste Daroussin committed 2 years ago
commit 6045992c19376c82b67f66cd0d4d60a60ea954ba
parent 01b08f8
1 file changed +3 -3
modified libpkg/fetch.c
@@ -79,10 +79,10 @@ static struct fetcher fetchers [] = {
	},
	{
		"https",
-
		fetch_open,
-
		fh_close,
+
		curl_open,
		NULL,
-
		libfetch_fetch,
+
		curl_cleanup,
+
		curl_fetch,
	},
	{
		"http",