From f880011d727e598561fe64a805a2fb22a39ffcee Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 23 Nov 2008 21:39:52 +0000 Subject: commited path 003 and 004 from Andreas Schneider git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@190 7dcaeef0-15fb-0310-b436-a5af3365683c --- libssh/auth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libssh/auth.c') diff --git a/libssh/auth.c b/libssh/auth.c index 57d0bd61..24d3cd72 100644 --- a/libssh/auth.c +++ b/libssh/auth.c @@ -587,7 +587,7 @@ static int kbdauth_info_get(SSH_SESSION *session){ STRING *instruction; STRING *tmp; u32 nprompts; - int i; + u32 i; enter_function(); name=buffer_get_ssh_string(session->in_buffer); instruction=buffer_get_ssh_string(session->in_buffer); @@ -642,7 +642,7 @@ static int kbdauth_info_get(SSH_SESSION *session){ /* sends challenge back to the server */ static int kbdauth_send(SSH_SESSION *session) { STRING *answer; - int i; + u32 i; int err; enter_function(); buffer_add_u8(session->out_buffer,SSH2_MSG_USERAUTH_INFO_RESPONSE); -- cgit v1.2.3