diff options
| author | Jon Simons <jon@jonsimons.org> | 2014-10-15 21:24:23 -0700 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2014-12-05 10:48:07 +0100 |
| commit | 6895d0b7272f10efba8473b41a43738e1530c7c8 (patch) | |
| tree | ac6b16159890c47cbb85e1db7c0c647da535b1e7 /include/libssh | |
| parent | 4745d652b5e71c27fd891edfe690162c0b8d3005 (diff) | |
| download | libssh-6895d0b7272f10efba8473b41a43738e1530c7c8.tar.gz libssh-6895d0b7272f10efba8473b41a43738e1530c7c8.tar.xz libssh-6895d0b7272f10efba8473b41a43738e1530c7c8.zip | |
session: add getter for kexalgo
Signed-off-by: Jon Simons <jon@jonsimons.org>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include/libssh')
| -rw-r--r-- | include/libssh/libssh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index ba4f5f44..f4e4fe93 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -658,6 +658,7 @@ LIBSSH_API int ssh_event_remove_session(ssh_event event, ssh_session session); LIBSSH_API void ssh_event_free(ssh_event event); LIBSSH_API const char* ssh_get_clientbanner(ssh_session session); LIBSSH_API const char* ssh_get_serverbanner(ssh_session session); +LIBSSH_API const char* ssh_get_kex_algo(ssh_session session); LIBSSH_API const char* ssh_get_cipher_in(ssh_session session); LIBSSH_API const char* ssh_get_cipher_out(ssh_session session); LIBSSH_API const char* ssh_get_hmac_in(ssh_session session); |
