aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-rw-r--r--src/include/gnunet_crypto_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index efd696b36..085d7187f 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -619,7 +619,7 @@ GNUNET_CRYPTO_hash_to_enc (const struct GNUNET_HashCode *block,
619 * @param result where to store the hash code 619 * @param result where to store the hash code
620 * @return #GNUNET_OK on success, #GNUNET_SYSERR if result has the wrong encoding 620 * @return #GNUNET_OK on success, #GNUNET_SYSERR if result has the wrong encoding
621 */ 621 */
622int 622enum GNUNET_GenericReturnValue
623GNUNET_CRYPTO_hash_from_string2 (const char *enc, 623GNUNET_CRYPTO_hash_from_string2 (const char *enc,
624 size_t enclen, 624 size_t enclen,
625 struct GNUNET_HashCode *result); 625 struct GNUNET_HashCode *result);