From 7caa4acdf8c8eea1a4ad54203e502ac1cb4732c4 Mon Sep 17 00:00:00 2001 From: YoungSoo Shin Date: Mon, 7 Jul 2025 10:17:50 +0900 Subject: [PATCH] libssh: add submodule libssh-0.11.2 --- .gitmodules | 3 +++ libssh | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 libssh diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0ea1fcd --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libssh"] + path = libssh + url = https://git.libssh.org/projects/libssh.git diff --git a/libssh b/libssh new file mode 160000 index 0000000..dff6c08 --- /dev/null +++ b/libssh @@ -0,0 +1 @@ +Subproject commit dff6c0821ed54f6fbf5b755af43f54cbb723b1b1