diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-09-25 21:12:24 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-09-25 21:12:24 +0200 |
| commit | 28a55fdc69e31490a4086ecae8cc687f40ba0b94 (patch) | |
| tree | 9bde6e49eb091f912e8a9f8b2853d87f6a932d27 /.gitmodules | |
| parent | 07d35782b377a8b98cf8dbbb5734d3f2514bccd5 (diff) | |
Add libs:sftp
sftp implementation using libssh2 and openssl
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index bdcf1e8..dcb5649 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "libs/samba/libsmb2"] path = libs/samba/libsmb2 url = https://github.com/sahlberg/libsmb2.git +[submodule "libs/sftp/libssh2"] + path = libs/sftp/libssh2 + url = https://github.com/libssh2/libssh2.git +[submodule "libs/sftp/openssl"] + path = libs/sftp/openssl + url = https://github.com/openssl/openssl.git |
