about summary refs log tree commit diff stats
path: root/src/library_list.h
diff options
context:
space:
mode:
authorLiZhuoheng <114734429+zohanzephyr@users.noreply.github.com>2024-05-30 20:34:08 +0800
committerGitHub <noreply@github.com>2024-05-30 14:34:08 +0200
commit19ca78769f4730f751d2baca34cc4358ef68553b (patch)
treeb288b546a0fefba8f55373044ea6302605326bd6 /src/library_list.h
parent3e5784cbc560d21539b1ad1b157206102f25b25c (diff)
downloadbox64-19ca78769f4730f751d2baca34cc4358ef68553b.tar.gz
box64-19ca78769f4730f751d2baca34cc4358ef68553b.zip
Wrapped libssh2 (#1538)
* Wrapped libssh2

* Add more libssh2 wrapped functions
Diffstat (limited to 'src/library_list.h')
-rw-r--r--src/library_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library_list.h b/src/library_list.h
index b1b33472..8727bb86 100644
--- a/src/library_list.h
+++ b/src/library_list.h
@@ -256,6 +256,7 @@ GO("libidn2.so.0", idn2)
 GO("libpam.so.0", pam)
 GO("libanl.so.1", anl)
 GO("libpsl.so.5", psl5)
+GO("libssh2.so.1", libssh2)
 
 #ifdef ANDROID
 GO("libc.so", libc)