From 343a84bdb59989ed7b44275ad23af7c1b5d26ae6 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Mon, 11 Dec 2023 09:45:22 -0700 Subject: [PATCH] openssl1: use specific branch for version 1 --- recipes/libs/openssl1/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/libs/openssl1/recipe.toml b/recipes/libs/openssl1/recipe.toml index 9220b1ac2..55b707c0e 100644 --- a/recipes/libs/openssl1/recipe.toml +++ b/recipes/libs/openssl1/recipe.toml @@ -1,6 +1,6 @@ [source] git = "https://gitlab.redox-os.org/redox-os/openssl.git" -branch = "redox" +branch = "redox-v1" [build] template = "custom" -- GitLab