From bd9181744169eb162f7e85d68d451061a9d5bbb4 Mon Sep 17 00:00:00 2001 From: Jochen Eisinger Date: Wed, 4 Dec 2002 19:04:57 +0000 Subject: [PATCH] Fixed the robodoc description for silc_fingerprint --- lib/silcutil/silcutil.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/silcutil/silcutil.h b/lib/silcutil/silcutil.h index 9a3429be..57c5b1db 100644 --- a/lib/silcutil/silcutil.h +++ b/lib/silcutil/silcutil.h @@ -393,7 +393,8 @@ char *silc_client_chumode_char(SilcUInt32 mode); * * DESCRIPTION * - * Creates fingerprint from data, usually used with SHA1 digests. + * Return a textual representation of the fingerprint in *data, the + * caller must free the returned string. * ***/ char *silc_fingerprint(const unsigned char *data, SilcUInt32 data_len); -- 2.43.0