kex: Fix some build warnings.

This commit is contained in:
Andreas Schneider
2011-11-10 14:46:22 +01:00
parent bc2ab9b414
commit ce0324770d
3 changed files with 4 additions and 3 deletions

View File

@@ -37,7 +37,9 @@ SSH_PACKET_CALLBACK(ssh_packet_kexinit);
SSH_PACKET_CALLBACK(ssh_packet_publickey1);
#endif
extern const char *supported_methods[];
extern const char *ssh_kex_nums[];
int ssh_send_kex(ssh_session session, int server_kex);
void ssh_list_kex(ssh_session session, struct ssh_kex_struct *kex);
int set_client_kex(ssh_session session);