From 39d99c9322bab893137e0225acea29fd39c3538e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 28 Sep 2012 22:06:04 +0000 Subject: -no arg --- src/util/crypto_rsa.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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; -- cgit v1.2.3