gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r24119 - gnunet/src/util
Date: Sat, 29 Sep 2012 00:06:04 +0200

Author: grothoff
Date: 2012-09-29 00:06:04 +0200 (Sat, 29 Sep 2012)
New Revision: 24119

Modified:
   gnunet/src/util/crypto_rsa.c
Log:
-no arg

Modified: gnunet/src/util/crypto_rsa.c
===================================================================
--- gnunet/src/util/crypto_rsa.c        2012-09-28 21:35:58 UTC (rev 24118)
+++ gnunet/src/util/crypto_rsa.c        2012-09-28 22:06:04 UTC (rev 24119)
@@ -747,7 +747,7 @@
                                   sizeof (struct 
GNUNET_CRYPTO_RsaPrivateKeyBinaryEncoded),
                                   GNUNET_YES))
     {
-      short_wait (1);
+      short_wait ();
       if (0 == ++cnt % 10)
       {
         ec = errno;
@@ -805,7 +805,7 @@
              _
              ("This may be ok if someone is currently generating a 
hostkey.\n"));
       }
-      short_wait (1);
+      short_wait ();
       continue;
     }
     if (GNUNET_YES != GNUNET_DISK_file_test (filename))
@@ -841,7 +841,7 @@
              _
              ("This may be ok if someone is currently generating a 
hostkey.\n"));
       }
-      short_wait (1);                /* wait a bit longer! */
+      short_wait ();                /* wait a bit longer! */
       continue;
     }
     break;




reply via email to

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