From 7a09a9a94fbb9b2339605441c0a45e3f6a4f5fd9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 24 Feb 2012 14:32:24 +0000 Subject: [PATCH] -fix --- src/util/crypto_hash.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.25.1