From 9f9afab3e65f735978e7cd9e61fc08a68ee736d5 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 7 Feb 2019 09:48:09 +0100 Subject: dh: Add function references to ssh_print_hash() doc Signed-off-by: Andreas Schneider --- src/dh.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/dh.c b/src/dh.c index c40aef5a..c4867995 100644 --- a/src/dh.c +++ b/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 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, unsigned char *hash, -- cgit v1.2.3