summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dh.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dh.c b/src/dh.c
index cb5e7d2..a3fbaed 100644
--- a/src/dh.c
+++ b/src/dh.c
@@ -190,6 +190,8 @@ void ssh_print_bignum(const char *which, bignum num) {
* @param len Length of the buffer to convert.
*
* @return The hex string or NULL on error.
+ *
+ * @see ssh_string_free_char()
*/
char *ssh_get_hexa(const unsigned char *what, size_t len) {
char *hexa = NULL;