aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-31 00:28:11 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-31 00:28:11 +0000
commite62ce5b19244ae28472bf0e02b19c3f905f1ee0a (patch)
treed43f3b3d90971d066eeca6456abedf2952994172 /src/util
parent2d9ae729abd49d3077a06f7a65983dc605717bbb (diff)
downloadgnunet-e62ce5b19244ae28472bf0e02b19c3f905f1ee0a.tar.gz
gnunet-e62ce5b19244ae28472bf0e02b19c3f905f1ee0a.zip
-try with finished
Diffstat (limited to 'src/util')
-rw-r--r--src/util/crypto_random.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/crypto_random.c b/src/util/crypto_random.c
index 121dbef9a..8f9ba80f6 100644
--- a/src/util/crypto_random.c
+++ b/src/util/crypto_random.c
@@ -309,6 +309,9 @@ void __attribute__ ((constructor)) GNUNET_CRYPTO_random_init ()
309 GCRYPT_VERSION); 309 GCRYPT_VERSION);
310 GNUNET_abort (); 310 GNUNET_abort ();
311 } 311 }
312#ifdef GCRYCTL_INITIALIZATION_FINISHED
313 gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
314#endif
312#ifdef gcry_fast_random_poll 315#ifdef gcry_fast_random_poll
313 gcry_fast_random_poll (); 316 gcry_fast_random_poll ();
314#endif 317#endif