gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r31823 - gnunet/src/util
Date: Tue, 7 Jan 2014 13:59:02 +0100

Author: grothoff
Date: 2014-01-07 13:59:02 +0100 (Tue, 07 Jan 2014)
New Revision: 31823

Modified:
   gnunet/src/util/crypto_random.c
Log:
bad comment, option actually not required anymore as we do not use VERY_STRONG 
anyway

Modified: gnunet/src/util/crypto_random.c
===================================================================
--- gnunet/src/util/crypto_random.c     2014-01-07 12:55:53 UTC (rev 31822)
+++ gnunet/src/util/crypto_random.c     2014-01-07 12:59:02 UTC (rev 31823)
@@ -1,6 +1,6 @@
 /*
-     This file is part of GNUnet.
-     (C) 2001-2013 Christian Grothoff (and other contributing authors)
+     This file is part of GNUnet.  (C) 2001-2013 Christian Grothoff
+     (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -286,13 +286,6 @@
              "Failed to set libgcrypt option %s: %s\n",
              "DISABLE_SECMEM",
             gcry_strerror (rc));
-  /* we only generate ephemeral keys in-process; for those,
-     we are fine with "just" using GCRY_STRONG_RANDOM */
-  if ((rc = gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0)))
-    FPRINTF (stderr,
-             "Failed to set libgcrypt option %s: %s\n",
-             "ENABLE_QUICK_RANDOM",
-            gcry_strerror (rc));
   gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
   gcry_fast_random_poll ();
   GNUNET_CRYPTO_seed_weak_random (time (NULL) ^




reply via email to

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