aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_ecc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/crypto_ecc.c')
-rw-r--r--src/util/crypto_ecc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/crypto_ecc.c b/src/util/crypto_ecc.c
index ed20fa2c8..ca2aa40ad 100644
--- a/src/util/crypto_ecc.c
+++ b/src/util/crypto_ecc.c
@@ -877,7 +877,6 @@ GNUNET_CRYPTO_eddsa_sign (const struct GNUNET_CRYPTO_EddsaPrivateKey *priv,
877#if ENABLE_BENCHMARK 877#if ENABLE_BENCHMARK
878 struct BenchmarkData *bd = get_benchmark_data (); 878 struct BenchmarkData *bd = get_benchmark_data ();
879 bd->eddsa_sign_count++; 879 bd->eddsa_sign_count++;
880 printf("crypto eddsa sign\n");
881#endif 880#endif
882 881
883 priv_sexp = decode_private_eddsa_key (priv); 882 priv_sexp = decode_private_eddsa_key (priv);