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

dh: Add a doc hint to ssh_string_free_char() for ssh_get_hexa().

This commit is contained in:
Andreas Schneider
2012-06-11 23:14:25 +02:00
parent 9bac67a05a
commit 2ed9d2160d

View File

@@ -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;