aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2019-02-07 09:48:09 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-02-07 09:48:09 +0100
commit9f9afab3e65f735978e7cd9e61fc08a68ee736d5 (patch)
tree2760c606de6385837828e4a9f886dd9563b5c113 /src
parentb84949b32c67dc835f328c57b2f49114ddb3f481 (diff)
downloadlibssh-9f9afab3e65f735978e7cd9e61fc08a68ee736d5.tar.gz
libssh-9f9afab3e65f735978e7cd9e61fc08a68ee736d5.tar.xz
libssh-9f9afab3e65f735978e7cd9e61fc08a68ee736d5.zip
dh: Add function references to ssh_print_hash() doc
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'src')
-rw-r--r--src/dh.c3
1 files changed, 3 insertions, 0 deletions
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,