aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_random.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-05 18:47:50 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-05 18:47:50 +0000
commite1196c2c76e6a4a142a91bb9e0a0fae1a06f68fc (patch)
treea220e450deca24c69178cd0b0b8aeb0c21dd8792 /src/util/crypto_random.c
parentbf886ddf525b991c6a11c9bd0be10e9aa0dd1c80 (diff)
downloadgnunet-e1196c2c76e6a4a142a91bb9e0a0fae1a06f68fc.tar.gz
gnunet-e1196c2c76e6a4a142a91bb9e0a0fae1a06f68fc.zip
introducing GNUNET_abort
Diffstat (limited to 'src/util/crypto_random.c')
-rw-r--r--src/util/crypto_random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_random.c b/src/util/crypto_random.c
index c74d60f4f..719acf07c 100644
--- a/src/util/crypto_random.c
+++ b/src/util/crypto_random.c
@@ -266,7 +266,7 @@ void __attribute__ ((constructor)) GNUNET_CRYPTO_random_init ()
266 _ 266 _
267 ("libgcrypt has not the expected version (version %s is required).\n"), 267 ("libgcrypt has not the expected version (version %s is required).\n"),
268 GCRYPT_VERSION); 268 GCRYPT_VERSION);
269 abort (); 269 GNUNET_abort ();
270 } 270 }
271#ifdef gcry_fast_random_poll 271#ifdef gcry_fast_random_poll
272 gcry_fast_random_poll (); 272 gcry_fast_random_poll ();