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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user