Changed all PUBLIC_KEY * to ssh_public_key

This commit is contained in:
Aris Adamantiadis
2009-07-24 22:02:32 +02:00
parent 91d0660cc3
commit fc5dd23afa
8 changed files with 34 additions and 34 deletions

View File

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