From 758df265822928744ab20cec8e4929236b6b41e9 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 24 Jan 2010 21:03:03 +0100 Subject: Made parts of SSH asynchronous (inc kex1) --- include/libssh/kex.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/libssh/kex.h') diff --git a/include/libssh/kex.h b/include/libssh/kex.h index 89030d95..ce2a102b 100644 --- a/include/libssh/kex.h +++ b/include/libssh/kex.h @@ -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_ */ -- cgit v1.2.3