From 19ca78769f4730f751d2baca34cc4358ef68553b Mon Sep 17 00:00:00 2001 From: LiZhuoheng <114734429+zohanzephyr@users.noreply.github.com> Date: Thu, 30 May 2024 20:34:08 +0800 Subject: Wrapped libssh2 (#1538) * Wrapped libssh2 * Add more libssh2 wrapped functions --- src/library_list.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/library_list.h') 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) -- cgit 1.4.1