summaryrefslogtreecommitdiffstats
path: root/src/pki_crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pki_crypto.c')
-rw-r--r--src/pki_crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pki_crypto.c b/src/pki_crypto.c
index 64ffdc0..700408c 100644
--- a/src/pki_crypto.c
+++ b/src/pki_crypto.c
@@ -350,7 +350,7 @@ int pki_pubkey_build_rsa(ssh_key key,
return SSH_OK;
}
-ssh_string pki_publickey_to_string(const ssh_key key)
+ssh_string pki_publickey_to_blob(const ssh_key key)
{
ssh_buffer buffer;
ssh_string type_s;