ref bugnote
authorChristian Grothoff <christian@grothoff.org>
Sun, 24 Feb 2019 07:00:57 +0000 (08:00 +0100)
committerChristian Grothoff <christian@grothoff.org>
Sun, 24 Feb 2019 07:00:57 +0000 (08:00 +0100)
src/util/crypto_ecc.c

index a720d6c2bc5b02052f9e72d1fb1c08f8a45db51e..cf40522d641bab0d14881fc8b1b2b96a8596482f 100644 (file)
@@ -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;