aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 0e5c3d1ca..12284a7a9 100644
--- a/src/util/crypto_ecc.c
+++ b/src/util/crypto_ecc.c
@@ -857,7 +857,6 @@ data_to_eddsa_value (const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose)
857 return NULL; 857 return NULL;
858 } 858 }
859#else 859#else
860 GNUNET_CRYPTO_hash (purpose, ntohl (purpose->size), &hc);
861 if (0 != (rc = gcry_sexp_build (&data, 860 if (0 != (rc = gcry_sexp_build (&data,
862 NULL, 861 NULL,
863 "(data(flags eddsa)(hash-algo %s)(value %b))", 862 "(data(flags eddsa)(hash-algo %s)(value %b))",