mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 02:39:48 +09:00
Add support for more options in ssh_options_get()
Signed-off-by: Adam Kerrison <adam_kerrison@bmc.com> Squashed-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Sahana Prasad <sahana@redhat.com>
This commit is contained in:
committed by
Jakub Jelen
parent
d2a8a464a7
commit
74a8d271ad
@@ -33,6 +33,8 @@ int ssh_options_set_algo(ssh_session session,
|
||||
char **place);
|
||||
int ssh_options_apply(ssh_session session);
|
||||
|
||||
char *ssh_options_get_algo(ssh_session session, enum ssh_kex_types_e algo);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user