From c4d23d5a4a3f2b6f67cf7c5db7859ea0e3e44f6c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 15 Nov 2019 20:17:29 +0100 Subject: [PATCH] make bfix happy --- src/util/crypto_ecc.c | 1 - 1 file changed, 1 deletion(-) 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) return NULL; } #else - GNUNET_CRYPTO_hash (purpose, ntohl (purpose->size), &hc); if (0 != (rc = gcry_sexp_build (&data, NULL, "(data(flags eddsa)(hash-algo %s)(value %b))", -- 2.25.1