Made parts of SSH asynchronous (inc kex1)

This commit is contained in:
Aris Adamantiadis
2010-01-24 21:03:03 +01:00
parent 6ae558b541
commit 758df26582
9 changed files with 201 additions and 210 deletions

View File

@@ -26,5 +26,8 @@
#include "libssh/callbacks.h"
SSH_PACKET_CALLBACK(ssh_packet_kexinit);
#ifdef WITH_SSH1
SSH_PACKET_CALLBACK(ssh_packet_publickey1);
#endif
#endif /* KEX_H_ */