aboutsummaryrefslogtreecommitdiff
path: root/src/pki.c
diff options
context:
space:
mode:
authorHani Benhabiles <kroosec@gmail.com>2014-05-05 23:51:33 +0100
committerAndreas Schneider <asn@cryptomilk.org>2014-05-06 08:52:55 +0200
commit2c7dfb02a8bedbd092bc38ea8988ef39cdcb73f4 (patch)
treea04db9ac75fc54f35fd7b6dfcf66f713aa74284a /src/pki.c
parent2884bbf5b1bfe915160a1dc03eddbcd000555ec1 (diff)
downloadlibssh-2c7dfb02a8bedbd092bc38ea8988ef39cdcb73f4.tar.gz
libssh-2c7dfb02a8bedbd092bc38ea8988ef39cdcb73f4.tar.xz
libssh-2c7dfb02a8bedbd092bc38ea8988ef39cdcb73f4.zip
Small documentation fix.
Signed-off-by: Hani Benhabiles <hani@linux.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'src/pki.c')
-rw-r--r--src/pki.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pki.c b/src/pki.c
index 40cafd1c..10621fc6 100644
--- a/src/pki.c
+++ b/src/pki.c
@@ -1083,11 +1083,11 @@ int ssh_pki_export_pubkey_blob(const ssh_key key,
}
/**
- * @brief Convert a public key to a base64 hased key.
+ * @brief Convert a public key to a base64 encoded key.
*
* @param[in] key The key to hash
*
- * @param[out] b64_key A pointer to store the allocated base64 hashed key. You
+ * @param[out] b64_key A pointer to store the allocated base64 encoded key. You
* need to free the buffer.
*
* @return SSH_OK on success, SSH_ERROR on error.