1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2026-01-06 14:21:55 +03:00

Removed last calls to packet_read

This commit is contained in:
Aris Adamantiadis
2010-01-24 22:08:20 +01:00
parent 758df26582
commit 8a1d832f80
4 changed files with 50 additions and 83 deletions

View File

@@ -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