Change PRIVATE_KEY * to ssh_private_key

This commit is contained in:
Aris Adamantiadis
2009-07-24 22:08:04 +02:00
parent c041bcc6d9
commit 23b6c95e04
7 changed files with 30 additions and 30 deletions

View File

@@ -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;