1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +03:00

pki: Use a consistent naming scheme.

This commit is contained in:
Andreas Schneider
2011-08-19 11:14:23 +02:00
parent 3e56ac650c
commit c575de17a8
7 changed files with 21 additions and 21 deletions

View File

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