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",