From fc5dd23afa3b71d1020065be61842964852f3482 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 24 Jul 2009 22:02:32 +0200 Subject: Changed all PUBLIC_KEY * to ssh_public_key --- libssh/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/auth.c') diff --git a/libssh/auth.c b/libssh/auth.c index 8bb13e3..9765124 100644 --- a/libssh/auth.c +++ b/libssh/auth.c @@ -537,7 +537,7 @@ error: * @see ssh_userauth_offer_pubkey() */ int ssh_userauth_agent_pubkey(SSH_SESSION *session, const char *username, - PUBLIC_KEY *publickey) { + ssh_public_key publickey) { ssh_string user = NULL; ssh_string service = NULL; ssh_string method = NULL; -- cgit