File 0218-ssh-fix-crypto-runtime-dependency.patch of Package erlang
From 6ea9eaf43f17a4f3e0acdff7d4643aa0243c7897 Mon Sep 17 00:00:00 2001
From: Jakub Witczak <kuba@erlang.org>
Date: Mon, 26 Jan 2026 09:05:05 +0100
Subject: [PATCH 4/4] ssh: fix crypto runtime dependency
---
lib/ssh/src/ssh.app.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/ssh/src/ssh.app.src b/lib/ssh/src/ssh.app.src
index cfc33b77cc..5cefb0d1f2 100644
--- a/lib/ssh/src/ssh.app.src
+++ b/lib/ssh/src/ssh.app.src
@@ -67,7 +67,7 @@
]},
{mod, {ssh_app, []}},
{runtime_dependencies, [
- "crypto-5.0",
+ "crypto-5.7",
"erts-14.0",
"kernel-10.3",
"public_key-1.6.1",
--
2.51.0