From cd7f6bea573e345ac01e0c5226a3fa27ca83e2a8 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 26 Sep 2009 14:05:58 +0200 Subject: more priv.h splitting --- libssh/auth.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libssh/auth.c') diff --git a/libssh/auth.c b/libssh/auth.c index 3b64e0f..d7fd3fa 100644 --- a/libssh/auth.c +++ b/libssh/auth.c @@ -1018,6 +1018,15 @@ int ssh_userauth_autopubkey(ssh_session session, const char *passphrase) { return SSH_AUTH_DENIED; } +struct ssh_kbdint_struct { + uint32_t nprompts; + char *name; + char *instruction; + char **prompts; + unsigned char *echo; /* bool array */ + char **answers; +}; + static ssh_kbdint kbdint_new(void) { ssh_kbdint kbd; -- cgit