aboutsummaryrefslogtreecommitdiff
path: root/src/libssh.map
diff options
context:
space:
mode:
Diffstat (limited to 'src/libssh.map')
-rw-r--r--src/libssh.map7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libssh.map b/src/libssh.map
index 18abe7ab..c5807eb0 100644
--- a/src/libssh.map
+++ b/src/libssh.map
@@ -424,3 +424,10 @@ LIBSSH_4_6_0 # Released
ssh_print_hash;
} LIBSSH_4_5_0;
+LIBSSH_4_7_0 # Released
+{
+ global:
+ sftp_client_message_get_submessage;
+ ssh_get_fingerprint_hash;
+ ssh_pki_export_privkey_base64;
+} LIBSSH_4_6_0;