diff options
Diffstat (limited to 'libssh/keyfiles.c')
-rw-r--r-- | libssh/keyfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/keyfiles.c b/libssh/keyfiles.c index be927ba..8316312 100644 --- a/libssh/keyfiles.c +++ b/libssh/keyfiles.c @@ -1470,7 +1470,7 @@ int ssh_write_knownhost(SSH_SESSION *session) { if (strcmp(session->current_crypto->server_pubkey_type, "ssh-rsa1") == 0) { /* openssh uses a different format for ssh-rsa1 keys. Be compatible --kv */ - PUBLIC_KEY *key; + ssh_public_key key; char *e_string = NULL; char *n_string = NULL; bignum e = NULL; |