From fc08887c4dbd5d1846a44cc9b538ef55b52a5a55 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 24 Feb 2019 08:00:57 +0100 Subject: [PATCH] ref bugnote --- src/util/crypto_ecc.c | 2 ++ 1 file changed, 2 insertions(+) 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) gcry_sexp_t data; int rc; +/* SEE #5398 */ #if 1 struct GNUNET_HashCode hc; @@ -840,6 +841,7 @@ data_to_ecdsa_value (const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose) gcry_sexp_t data; int rc; +/* See #5398 */ #if 1 struct GNUNET_HashCode hc; -- 2.25.1