From 8a1d832f80caf73208a4c844108c794d4f85f92d Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 24 Jan 2010 22:08:20 +0100 Subject: Removed last calls to packet_read --- include/libssh/auth.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/libssh/auth.h b/include/libssh/auth.h index 276c6670..8142143c 100644 --- a/include/libssh/auth.h +++ b/include/libssh/auth.h @@ -21,6 +21,7 @@ #ifndef AUTH_H_ #define AUTH_H_ +#include "config.h" #include "libssh/callbacks.h" SSH_PACKET_CALLBACK(ssh_packet_userauth_banner); @@ -28,6 +29,9 @@ SSH_PACKET_CALLBACK(ssh_packet_userauth_failure); SSH_PACKET_CALLBACK(ssh_packet_userauth_success); SSH_PACKET_CALLBACK(ssh_packet_userauth_pk_ok); +#ifdef WITH_SSH1 +void ssh_auth1_handler(ssh_session session, uint8_t type); +#endif /** @internal * States of authentication in the client-side. They describe -- cgit v1.2.3