aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-15 21:15:14 +0000
committerChristian Grothoff <christian@grothoff.org>2015-03-15 21:15:14 +0000
commit98a60eb782a11e3c86e0adc1282ffdd722a96c73 (patch)
treec724530677d0368973a26a9487ba152d6614549b /src/include/gnunet_crypto_lib.h
parent1ff75f944f66e60d81a1f4157f3f2cfb21fa4f89 (diff)
downloadgnunet-98a60eb782a11e3c86e0adc1282ffdd722a96c73.tar.gz
gnunet-98a60eb782a11e3c86e0adc1282ffdd722a96c73.zip
check for existence of 'getopt' command line tool
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/**