From 811f56dd1ea4004369c28f6e0b50a551a0de4f14 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Wed, 11 Feb 2026 18:05:24 +0700 Subject: [PATCH] Use openssl3 for curl --- recipes/net/download/curl/recipe.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/net/download/curl/recipe.toml b/recipes/net/download/curl/recipe.toml index 3732fc2e1..46d939486 100644 --- a/recipes/net/download/curl/recipe.toml +++ b/recipes/net/download/curl/recipe.toml @@ -8,8 +8,8 @@ template = "cmake" dependencies = [ #TODO: git fails to build when this is a dependency: "libpsl", "nghttp2", - "openssl1", - "zlib" + "openssl3", + "zlib", ] cmakeflags = [ "-DCURL_DISABLE_FTP=On",