replacing keys_struct with ssh_keys_struct

This commit is contained in:
Aris Adamantiadis
2009-07-24 21:18:15 +02:00
parent e776dc16c9
commit 958a775afa
4 changed files with 5 additions and 5 deletions

View File

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