From d3706d59406be59d78e5237d7fb1534d54ad38d3 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 2 Apr 2025 10:59:13 +0200 Subject: [PATCH] Add missing symbol to the map This was omitted from the 84d02e74 and caused issues to build when abimap is not present. Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider --- src/libssh.map | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libssh.map b/src/libssh.map index 4a2e8372..2e55b52c 100644 --- a/src/libssh.map +++ b/src/libssh.map @@ -488,4 +488,6 @@ LIBSSH_AFTER_4_10_0 sftp_get_users_groups_by_id; sftp_name_id_map_free; sftp_name_id_map_new; + ssh_get_supported_methods; } LIBSSH_4_10_0; +