aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/crypto.c')
-rw-r--r--src/util/crypto.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/crypto.c b/src/util/crypto.c
index b21397914..077f049eb 100644
--- a/src/util/crypto.c
+++ b/src/util/crypto.c
@@ -213,8 +213,7 @@ patch_private_key (struct GNUNET_CRYPTO_EddsaPrivateKey *pk)
213 * Is it worth also adding a test case that runs gcry_pk_testkey on 213 * Is it worth also adding a test case that runs gcry_pk_testkey on
214 * this key after first parsing it into libgcrypt's s-expression mess 214 * this key after first parsing it into libgcrypt's s-expression mess
215 * ala decode_private_eddsa_key from gnunet/src/util/crypto_ecc.c? 215 * ala decode_private_eddsa_key from gnunet/src/util/crypto_ecc.c?
216 * It'd run check_secret_key but not test_keys from libgcrypt/cipher/ecc.c */ 216 * It'd run check_secret_key but not test_keys from libgcrypt/cipher/ecc.c */}
217}
218 217
219 218
220/** 219/**