aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_crypto_ecdh_eddsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_crypto_ecdh_eddsa.c')
-rw-r--r--src/util/test_crypto_ecdh_eddsa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/test_crypto_ecdh_eddsa.c b/src/util/test_crypto_ecdh_eddsa.c
index efb9e0992..246cec27f 100644
--- a/src/util/test_crypto_ecdh_eddsa.c
+++ b/src/util/test_crypto_ecdh_eddsa.c
@@ -80,6 +80,8 @@ main (int argc, char *argv[])
80 GNUNET_log_setup ("test-crypto-ecdh-eddsa", "WARNING", NULL); 80 GNUNET_log_setup ("test-crypto-ecdh-eddsa", "WARNING", NULL);
81 for (unsigned int i=0;i<10000;i++) 81 for (unsigned int i=0;i<10000;i++)
82 { 82 {
83 fprintf (stderr,
84 ".");
83 if (0 != test_ecdh()) 85 if (0 != test_ecdh())
84 return 1; 86 return 1;
85 } 87 }