mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-08 19:02:06 +03:00
Small documentation fix.
Signed-off-by: Hani Benhabiles <hani@linux.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
2884bbf5b1
commit
2c7dfb02a8
@@ -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[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.
|
* need to free the buffer.
|
||||||
*
|
*
|
||||||
* @return SSH_OK on success, SSH_ERROR on error.
|
* @return SSH_OK on success, SSH_ERROR on error.
|
||||||
|
Reference in New Issue
Block a user