summaryrefslogtreecommitdiffstats
path: root/src/pki_crypto.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-19 11:14:23 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-19 11:14:23 +0200
commitc575de17a8d020149ac9122da3b772ebca180115 (patch)
tree98ee403bee5aa2e21ab51d4cca50da50c12f76db /src/pki_crypto.c
parent3e56ac650cdd5d28fd3a4c6b1e6686b3a7725e7e (diff)
downloadlibssh-c575de17a8d020149ac9122da3b772ebca180115.tar.gz
libssh-c575de17a8d020149ac9122da3b772ebca180115.tar.xz
libssh-c575de17a8d020149ac9122da3b772ebca180115.zip
pki: Use a consistent naming scheme.
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;