Remove needless new symbols and add required to API

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
This commit is contained in:
Jakub Jelen
2023-01-23 15:13:58 +01:00
parent 5ea54c8159
commit 691105e93b
4 changed files with 50 additions and 46 deletions

View File

@@ -459,3 +459,10 @@ LIBSSH_4_9_0 # Released
ssh_vlog;
} LIBSSH_4_8_1;
LIBSSH_AFTER_4_9_0
{
global:
sftp_channel_default_data_callback;
sftp_channel_default_subsystem_request;
} LIBSSH_4_9_0;