aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_ecc.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-15 20:17:29 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-15 20:17:29 +0100
commitc4d23d5a4a3f2b6f67cf7c5db7859ea0e3e44f6c (patch)
treeca269cfe8569089ad547da39adee8af3e06e9335 /src/util/crypto_ecc.c
parent3cb670b171017db733d6cfcbf8e7e6be9fd7cd11 (diff)
downloadgnunet-c4d23d5a4a3f2b6f67cf7c5db7859ea0e3e44f6c.tar.gz
gnunet-c4d23d5a4a3f2b6f67cf7c5db7859ea0e3e44f6c.zip
make bfix happy
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 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))",