diff options
Diffstat (limited to 'include/libssh/kex.h')
-rw-r--r-- | include/libssh/kex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/kex.h b/include/libssh/kex.h index a626d105..644a3956 100644 --- a/include/libssh/kex.h +++ b/include/libssh/kex.h @@ -46,5 +46,7 @@ const char *ssh_kex_get_supported_method(uint32_t algo); const char *ssh_kex_get_default_methods(uint32_t algo); const char *ssh_kex_get_description(uint32_t algo); char *ssh_client_select_hostkeys(ssh_session session); +int ssh_send_rekex(ssh_session session); +int server_set_kex(ssh_session session); #endif /* KEX_H_ */ |