summaryrefslogtreecommitdiffstats
path: root/src/pki_gcrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pki_gcrypt.c')
-rw-r--r--src/pki_gcrypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pki_gcrypt.c b/src/pki_gcrypt.c
index 5350900..06c2cf7 100644
--- a/src/pki_gcrypt.c
+++ b/src/pki_gcrypt.c
@@ -985,7 +985,7 @@ fail:
return NULL;
}
-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;