gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r19560 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r19560 - gnunet/src/util
Date: Tue, 31 Jan 2012 01:28:11 +0100

Author: grothoff
Date: 2012-01-31 01:28:11 +0100 (Tue, 31 Jan 2012)
New Revision: 19560

Modified:
   gnunet/src/util/crypto_random.c
Log:
-try with finished

Modified: gnunet/src/util/crypto_random.c
===================================================================
--- gnunet/src/util/crypto_random.c     2012-01-31 00:20:16 UTC (rev 19559)
+++ gnunet/src/util/crypto_random.c     2012-01-31 00:28:11 UTC (rev 19560)
@@ -309,6 +309,9 @@
              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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]