From: Christian Grothoff Date: Tue, 31 Jan 2012 00:28:11 +0000 (+0000) Subject: -try with finished X-Git-Tag: initial-import-from-subversion-38251~14977 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e62ce5b19244ae28472bf0e02b19c3f905f1ee0a;p=oweals%2Fgnunet.git -try with finished --- 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 () GCRYPT_VERSION); GNUNET_abort (); } +#ifdef GCRYCTL_INITIALIZATION_FINISHED + gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0); +#endif #ifdef gcry_fast_random_poll gcry_fast_random_poll (); #endif