From ad7e9d88fbf36d0fdfb169cfa45c67d15da13263 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 12 Dec 2009 00:23:53 +0100 Subject: packet SSH_KEXINIT received and parsed Resolved some bugs in the callback mechanism as well --- include/libssh/priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libssh/priv.h') diff --git a/include/libssh/priv.h b/include/libssh/priv.h index 8413a22..1904477 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -120,6 +120,7 @@ SSH_PACKET_CALLBACK(ssh_packet_ignore_callback); /* client.c */ int ssh_send_banner(ssh_session session, int is_server); +void ssh_connection_callback(ssh_session session); /* config.c */ int ssh_config_parse_file(ssh_session session, const char *filename); @@ -156,7 +157,6 @@ extern const char *ssh_kex_nums[]; int ssh_send_kex(ssh_session session, int server_kex); void ssh_list_kex(ssh_session session, KEX *kex); int set_kex(ssh_session session); -int ssh_get_kex(ssh_session session, int server_kex); int verify_existing_algo(int algo, const char *name); char **space_tokenize(const char *chain); int ssh_get_kex1(ssh_session session); -- cgit