mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 18:50:27 +09:00
replacing keys_struct with ssh_keys_struct
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user