aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-28 22:06:04 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-28 22:06:04 +0000
commit39d99c9322bab893137e0225acea29fd39c3538e (patch)
tree5edfca85300f73d71b9ae13b2f8b96bb9b311b17
parent78c80235606b0c7a251a7a167e51f5db3e96434b (diff)
downloadgnunet-39d99c9322bab893137e0225acea29fd39c3538e.tar.gz
gnunet-39d99c9322bab893137e0225acea29fd39c3538e.zip
-no arg
-rw-r--r--src/util/crypto_rsa.c6
1 files changed, 3 insertions, 3 deletions
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)
747 sizeof (struct GNUNET_CRYPTO_RsaPrivateKeyBinaryEncoded), 747 sizeof (struct GNUNET_CRYPTO_RsaPrivateKeyBinaryEncoded),
748 GNUNET_YES)) 748 GNUNET_YES))
749 { 749 {
750 short_wait (1); 750 short_wait ();
751 if (0 == ++cnt % 10) 751 if (0 == ++cnt % 10)
752 { 752 {
753 ec = errno; 753 ec = errno;
@@ -805,7 +805,7 @@ GNUNET_CRYPTO_rsa_key_create_from_file (const char *filename)
805 _ 805 _
806 ("This may be ok if someone is currently generating a hostkey.\n")); 806 ("This may be ok if someone is currently generating a hostkey.\n"));
807 } 807 }
808 short_wait (1); 808 short_wait ();
809 continue; 809 continue;
810 } 810 }
811 if (GNUNET_YES != GNUNET_DISK_file_test (filename)) 811 if (GNUNET_YES != GNUNET_DISK_file_test (filename))
@@ -841,7 +841,7 @@ GNUNET_CRYPTO_rsa_key_create_from_file (const char *filename)
841 _ 841 _
842 ("This may be ok if someone is currently generating a hostkey.\n")); 842 ("This may be ok if someone is currently generating a hostkey.\n"));
843 } 843 }
844 short_wait (1); /* wait a bit longer! */ 844 short_wait (); /* wait a bit longer! */
845 continue; 845 continue;
846 } 846 }
847 break; 847 break;