aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_hash.c
diff options
context:
space:
mode:
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 */