1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +03:00

doc: Improve doc of ssh_get_pubkey_hash().

This commit is contained in:
Andreas Schneider
2011-10-04 10:46:45 +02:00
parent c340192144
commit 85cc582d4a

View File

@@ -952,6 +952,10 @@ error:
/**
* @brief Allocates a buffer with the MD5 hash of the server public key.
*
* This function allows you to get a MD5 hash of the public key. You can then
* print this hash in a human-readable form to the user so that he is able to
* verify it. Use ssh_get_hexa() or ssh_print_hexa() to display it.
*
* @param[in] session The SSH session to use.
*
* @param[in] hash The buffer to allocate.