From b84949b32c67dc835f328c57b2f49114ddb3f481 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 7 Feb 2019 09:46:13 +0100 Subject: include: Mark ssh_print_hexa as deprecated Signed-off-by: Andreas Schneider --- src/misc.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src') diff --git a/src/misc.c b/src/misc.c index 070a7766..a048637f 100644 --- a/src/misc.c +++ b/src/misc.c @@ -370,13 +370,7 @@ char *ssh_get_hexa(const unsigned char *what, size_t len) { } /** - * @brief Print a buffer as colon separated hex string. - * - * @param descr Description printed in front of the hex string. - * - * @param what What should be converted to a hex string. - * - * @param len Length of the buffer to convert. + * @deprecated Please use ssh_print_hash() instead */ void ssh_print_hexa(const char *descr, const unsigned char *what, size_t len) { char *hexa = ssh_get_hexa(what, len); -- cgit v1.2.3