aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_crypto_ecdh_eddsa.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-17 13:20:08 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-17 13:20:08 +0200
commit327c270f341606445d3783586a4205c384aa7f21 (patch)
tree4eb4823dd7d5ca3e8ffc64159a4c8b02dc55ec8d /src/util/test_crypto_ecdh_eddsa.c
parentdd8289771b35e5ea36ebdcbfd5b09b599bd59c67 (diff)
downloadgnunet-327c270f341606445d3783586a4205c384aa7f21.tar.gz
gnunet-327c270f341606445d3783586a4205c384aa7f21.zip
bump loop length
Diffstat (limited to 'src/util/test_crypto_ecdh_eddsa.c')
-rw-r--r--src/util/test_crypto_ecdh_eddsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_crypto_ecdh_eddsa.c b/src/util/test_crypto_ecdh_eddsa.c
index 356c64bf1..0c044452b 100644
--- a/src/util/test_crypto_ecdh_eddsa.c
+++ b/src/util/test_crypto_ecdh_eddsa.c
@@ -82,7 +82,7 @@ main (int argc, char *argv[])
82 if (getenv ("GNUNET_GCRYPT_DEBUG")) 82 if (getenv ("GNUNET_GCRYPT_DEBUG"))
83 gcry_control (GCRYCTL_SET_DEBUG_FLAGS, 1u, 0); 83 gcry_control (GCRYCTL_SET_DEBUG_FLAGS, 1u, 0);
84 GNUNET_log_setup ("test-crypto-ecdh-eddsa", "WARNING", NULL); 84 GNUNET_log_setup ("test-crypto-ecdh-eddsa", "WARNING", NULL);
85 for (unsigned int i=0;i<100;i++) 85 for (unsigned int i=0;i<10000;i++)
86 { 86 {
87 fprintf (stderr, 87 fprintf (stderr,
88 "."); 88 ".");