From: Christian Grothoff Date: Fri, 24 Feb 2012 14:32:24 +0000 (+0000) Subject: -fix X-Git-Tag: initial-import-from-subversion-38251~14666 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7a09a9a94fbb9b2339605441c0a45e3f6a4f5fd9;p=oweals%2Fgnunet.git -fix --- diff --git a/src/util/crypto_hash.c b/src/util/crypto_hash.c index 976c59992..63d965406 100644 --- a/src/util/crypto_hash.c +++ b/src/util/crypto_hash.c @@ -318,6 +318,7 @@ GNUNET_CRYPTO_hash_to_enc (const GNUNET_HashCode * block, * Convert ASCII encoding back to GNUNET_CRYPTO_hash * * @param enc the encoding + * @param enclen number of characters in 'enc' (without 0-terminator, which can be missing) * @param result where to store the GNUNET_CRYPTO_hash code * @return GNUNET_OK on success, GNUNET_SYSERR if result has the wrong encoding */