From 23b6c95e04adeff7cf49d7d8dffc74f1e3e4bc60 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 24 Jul 2009 22:08:04 +0200 Subject: Change PRIVATE_KEY * to ssh_private_key --- libssh/auth1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/auth1.c') diff --git a/libssh/auth1.c b/libssh/auth1.c index d242c5e8..6d11b2ce 100644 --- a/libssh/auth1.c +++ b/libssh/auth1.c @@ -142,7 +142,7 @@ int ssh_userauth1_offer_pubkey(SSH_SESSION *session, const char *username, } /* -int ssh_userauth_pubkey(SSH_SESSION *session, char *username, ssh_string publickey, PRIVATE_KEY *privatekey){ +int ssh_userauth_pubkey(SSH_SESSION *session, char *username, ssh_string publickey, ssh_private_key privatekey){ ssh_string user; ssh_string service; ssh_string method; -- cgit