aboutsummaryrefslogtreecommitdiff
path: root/libssh/auth.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-07-24 21:18:15 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2009-07-24 21:18:15 +0200
commit958a775afaf95837c78bfe3ef5941aaeede26ddc (patch)
tree95968abff65dd0013fe4d7c4585caf7365e3a881 /libssh/auth.c
parente776dc16c958c71a83dffe06a85b5f98f3226e82 (diff)
downloadlibssh-958a775afaf95837c78bfe3ef5941aaeede26ddc.tar.gz
libssh-958a775afaf95837c78bfe3ef5941aaeede26ddc.tar.xz
libssh-958a775afaf95837c78bfe3ef5941aaeede26ddc.zip
replacing keys_struct with ssh_keys_struct
Diffstat (limited to 'libssh/auth.c')
-rw-r--r--libssh/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/auth.c b/libssh/auth.c
index 8ad1310e..20c8f007 100644
--- a/libssh/auth.c
+++ b/libssh/auth.c
@@ -750,7 +750,7 @@ error:
return rc;
}
-static struct keys_struct keytab[] = {
+static struct ssh_keys_struct keytab[] = {
{
.privatekey = "%s/.ssh/identity",
.publickey = "%s/.ssh/identity.pub"