asserts
[oweals/gnunet.git] / src / util / crypto_rsa.c
index c15dff945669d787e8f4e386a53f52c2d601a33f..2c4daee1870bd690b5a5ceb3a7b8b716d36f7cad 100644 (file)
@@ -659,7 +659,7 @@ GNUNET_CRYPTO_rsa_key_create_from_file (const char *filename)
                                  sizeof (struct RsaPrivateKeyBinaryEncoded),
                                  GNUNET_NO))
         {
-          if (0 == ++cnt % 10)
+          if (0 == ++cnt % 60)
             {
               ec = errno;
               GNUNET_log (GNUNET_ERROR_TYPE_ERROR,