mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
Made parts of SSH asynchronous (inc kex1)
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user