aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_crypto_ecdh_eddsa.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-17 11:29:41 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-17 11:29:41 +0200
commit3175cde841a8a7836fcf74a3e1b804c71a3aa153 (patch)
tree9995eed6c318b9b6fe1833b5e30bd37111668250 /src/util/test_crypto_ecdh_eddsa.c
parent20fe42aac530cadfd88e5e409184b361a7f14f8f (diff)
downloadgnunet-3175cde841a8a7836fcf74a3e1b804c71a3aa153.tar.gz
gnunet-3175cde841a8a7836fcf74a3e1b804c71a3aa153.zip
deduplicate code in crypto_ecc
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 }