From 2c7dfb02a8bedbd092bc38ea8988ef39cdcb73f4 Mon Sep 17 00:00:00 2001 From: Hani Benhabiles Date: Mon, 5 May 2014 23:51:33 +0100 Subject: Small documentation fix. Signed-off-by: Hani Benhabiles Reviewed-by: Andreas Schneider --- src/pki.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pki.c') 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. -- cgit v1.2.3