- fix
[oweals/gnunet.git] / src / util / test_crypto_aes.c
index 88b51188e8a0d18d32edaad8a96459c87b5af331..1c5897c1e8cd4d0db5dae1205d9759775f1819b9 100644 (file)
@@ -147,7 +147,6 @@ main (int argc, char *argv[])
   int failureCount = 0;
 
   GNUNET_log_setup ("test-crypto-aes", "WARNING", NULL);
-  GNUNET_CRYPTO_random_disable_entropy_gathering ();
   GNUNET_assert (strlen (INITVALUE) >
                  sizeof (struct GNUNET_CRYPTO_AesInitializationVector));
   failureCount += testSymcipher ();