diff --git a/recipes/wip/security/cargo-scan/recipe.toml b/recipes/wip/security/cargo-scan/recipe.toml
index b5289b51103a0bbba18dc1072e3acedc3ee83434..58bc7c2636d5ab32a375c9e38ff94c5fe906ece0 100644
--- a/recipes/wip/security/cargo-scan/recipe.toml
+++ b/recipes/wip/security/cargo-scan/recipe.toml
@@ -3,3 +3,6 @@
 git = "https://github.com/PLSysSec/cargo-scan"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]
diff --git a/recipes/wip/security/keyscope/recipe.toml b/recipes/wip/security/keyscope/recipe.toml
index 2e25657647d1934e8a6764eb959152415b876be4..0cbb3cd4573f74d8692679995c08a4da5fcf9c17 100644
--- a/recipes/wip/security/keyscope/recipe.toml
+++ b/recipes/wip/security/keyscope/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/SpectralOps/keyscope"
 [build]