aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_hash.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-24 14:32:24 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-24 14:32:24 +0000
commit7a09a9a94fbb9b2339605441c0a45e3f6a4f5fd9 (patch)
treea57dfb048358eeea23805da712fbbb55df193756 /src/util/crypto_hash.c
parentd1c2a45d0af706632b83d1bb0590a96bf4e59087 (diff)
downloadgnunet-7a09a9a94fbb9b2339605441c0a45e3f6a4f5fd9.tar.gz
gnunet-7a09a9a94fbb9b2339605441c0a45e3f6a4f5fd9.zip
-fix
Diffstat (limited to 'src/util/crypto_hash.c')
-rw-r--r--src/util/crypto_hash.c1
1 files changed, 1 insertions, 0 deletions
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,
318 * Convert ASCII encoding back to GNUNET_CRYPTO_hash 318 * Convert ASCII encoding back to GNUNET_CRYPTO_hash
319 * 319 *
320 * @param enc the encoding 320 * @param enc the encoding
321 * @param enclen number of characters in 'enc' (without 0-terminator, which can be missing)
321 * @param result where to store the GNUNET_CRYPTO_hash code 322 * @param result where to store the GNUNET_CRYPTO_hash code
322 * @return GNUNET_OK on success, GNUNET_SYSERR if result has the wrong encoding 323 * @return GNUNET_OK on success, GNUNET_SYSERR if result has the wrong encoding
323 */ 324 */