mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
dh: Add function references to ssh_print_hash() doc
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
3
src/dh.c
3
src/dh.c
@@ -900,6 +900,9 @@ char *ssh_get_fingerprint_hash(enum ssh_publickey_hash_type type,
|
|||||||
* @param hash What should be converted to a base64 string.
|
* @param hash What should be converted to a base64 string.
|
||||||
*
|
*
|
||||||
* @param len Length of the buffer to convert.
|
* @param len Length of the buffer to convert.
|
||||||
|
*
|
||||||
|
* @see ssh_get_publickey_hash()
|
||||||
|
* @see ssh_get_fingerprint_hash()
|
||||||
*/
|
*/
|
||||||
void ssh_print_hash(enum ssh_publickey_hash_type type,
|
void ssh_print_hash(enum ssh_publickey_hash_type type,
|
||||||
unsigned char *hash,
|
unsigned char *hash,
|
||||||
|
|||||||
Reference in New Issue
Block a user