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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 334dab156..1ebcfec97 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -708,8 +708,9 @@ GNUNET_CRYPTO_hmac (const struct GNUNET_CRYPTO_AuthKey *key,
708 * @param cls closure 708 * @param cls closure
709 * @param res resulting hash, NULL on error 709 * @param res resulting hash, NULL on error
710 */ 710 */
711typedef void (*GNUNET_CRYPTO_HashCompletedCallback) (void *cls, 711typedef void
712 const struct GNUNET_HashCode *res); 712(*GNUNET_CRYPTO_HashCompletedCallback) (void *cls,
713 const struct GNUNET_HashCode *res);
713 714
714 715
715/** 716/**