aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_ecc.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-24 08:00:57 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-24 08:00:57 +0100
commitfc08887c4dbd5d1846a44cc9b538ef55b52a5a55 (patch)
treec8f57062d90a5d401850ae8aa52c32946bbd9ffa /src/util/crypto_ecc.c
parentd31e933a35007204ca4c7f98c209b4f7e14f9ecc (diff)
downloadgnunet-fc08887c4dbd5d1846a44cc9b538ef55b52a5a55.tar.gz
gnunet-fc08887c4dbd5d1846a44cc9b538ef55b52a5a55.zip
ref bugnote
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