diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-23 23:51:04 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-23 23:51:04 +0200 |
commit | f84ebc2e2770b16b43c62ecb67cf8d4bd1b99d72 (patch) | |
tree | 82abdf7a1e84c9a281f622e38247e67563d68ffa /libssh/auth1.c | |
parent | b359229a2ea6f8b623add9bea02015991c8d6e9d (diff) | |
download | libssh-f84ebc2e2770b16b43c62ecb67cf8d4bd1b99d72.tar.gz libssh-f84ebc2e2770b16b43c62ecb67cf8d4bd1b99d72.tar.xz libssh-f84ebc2e2770b16b43c62ecb67cf8d4bd1b99d72.zip |
Moved lots of declaration out of priv.h
Diffstat (limited to 'libssh/auth1.c')
-rw-r--r-- | libssh/auth1.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libssh/auth1.c b/libssh/auth1.c index 8a3f8199..83f0e69f 100644 --- a/libssh/auth1.c +++ b/libssh/auth1.c @@ -26,6 +26,10 @@ #include "libssh/priv.h" #include "libssh/ssh1.h" +#include "libssh/buffer.h" +#include "libssh/packet.h" +#include "libssh/session.h" +#include "libssh/string.h" #ifdef WITH_SSH1 static int wait_auth1_status(ssh_session session) { |