From 93370d61ba1df61db4d3010f9040ba9c34f57245 Mon Sep 17 00:00:00 2001 From: Jon Simons Date: Mon, 3 Feb 2014 22:37:25 -0800 Subject: session: add getters for session cipher names Reviewed-by: Andreas Schneider --- include/libssh/libssh.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libssh') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 48050756..b10dca28 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -642,6 +642,8 @@ 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_cipher_in(ssh_session session); +LIBSSH_API const char* ssh_get_cipher_out(ssh_session session); #ifndef LIBSSH_LEGACY_0_4 #include "libssh/legacy.h" -- cgit