From: Christian Grothoff Date: Fri, 28 Sep 2012 22:06:04 +0000 (+0000) Subject: -no arg X-Git-Tag: initial-import-from-subversion-38251~11568 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=39d99c9322bab893137e0225acea29fd39c3538e;p=oweals%2Fgnunet.git -no arg --- diff --git a/src/util/crypto_rsa.c b/src/util/crypto_rsa.c index 0063fb089..bc4ae6806 100644 --- a/src/util/crypto_rsa.c +++ b/src/util/crypto_rsa.c @@ -747,7 +747,7 @@ GNUNET_CRYPTO_rsa_key_create_from_file (const char *filename) sizeof (struct GNUNET_CRYPTO_RsaPrivateKeyBinaryEncoded), GNUNET_YES)) { - short_wait (1); + short_wait (); if (0 == ++cnt % 10) { ec = errno; @@ -805,7 +805,7 @@ GNUNET_CRYPTO_rsa_key_create_from_file (const char *filename) _ ("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 @@ GNUNET_CRYPTO_rsa_key_create_from_file (const char *filename) _ ("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;