Fixed the robodoc description for silc_fingerprint
authorJochen Eisinger <coffee@silcnet.org>
Wed, 4 Dec 2002 19:04:57 +0000 (19:04 +0000)
committerJochen Eisinger <coffee@silcnet.org>
Wed, 4 Dec 2002 19:04:57 +0000 (19:04 +0000)
lib/silcutil/silcutil.h

index 9a3429bede4c2ebc59ba23ebde0b3048e947f715..57c5b1db9434d3013ab603097fa1dfbafd241995 100644 (file)
@@ -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);