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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/crypto_ecc.c b/src/util/crypto_ecc.c
index a720d6c2b..cf40522d6 100644
--- a/src/util/crypto_ecc.c
+++ b/src/util/crypto_ecc.c
@@ -792,6 +792,7 @@ data_to_eddsa_value (const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose)
792 gcry_sexp_t data; 792 gcry_sexp_t data;
793 int rc; 793 int rc;
794 794
795/* SEE #5398 */
795#if 1 796#if 1
796 struct GNUNET_HashCode hc; 797 struct GNUNET_HashCode hc;
797 798
@@ -840,6 +841,7 @@ data_to_ecdsa_value (const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose)
840 gcry_sexp_t data; 841 gcry_sexp_t data;
841 int rc; 842 int rc;
842 843
844/* See #5398 */
843#if 1 845#if 1
844 struct GNUNET_HashCode hc; 846 struct GNUNET_HashCode hc;
845 847