aboutsummaryrefslogtreecommitdiff
path: root/libssh/auth1.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-07-24 22:08:04 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2009-07-24 22:08:04 +0200
commit23b6c95e04adeff7cf49d7d8dffc74f1e3e4bc60 (patch)
tree599f9e62ed88cc8da1124cfd48ef79046473fecc /libssh/auth1.c
parentc041bcc6d9b86b06c9323b0824db2d3346023e4c (diff)
downloadlibssh-23b6c95e04adeff7cf49d7d8dffc74f1e3e4bc60.tar.gz
libssh-23b6c95e04adeff7cf49d7d8dffc74f1e3e4bc60.tar.xz
libssh-23b6c95e04adeff7cf49d7d8dffc74f1e3e4bc60.zip
Change PRIVATE_KEY * to ssh_private_key
Diffstat (limited to 'libssh/auth1.c')
-rw-r--r--libssh/auth1.c2
1 files changed, 1 insertions, 1 deletions
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;