summaryrefslogtreecommitdiff
path: root/src/util/crypto.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-22 14:58:40 +0100
committerChristian Grothoff <christian@grothoff.org>2015-03-22 14:58:40 +0100
commitc2a42d5475daf23889c720734edbafc8c2ce4e4f (patch)
tree672ec09156773e9a06c1d0dc59b88debb1dae82f /src/util/crypto.c
parentb1133719bb712b1c90573f310aa97bd2f4d8bfc2 (diff)
downloadexchange-c2a42d5475daf23889c720734edbafc8c2ce4e4f.tar.gz
exchange-c2a42d5475daf23889c720734edbafc8c2ce4e4f.tar.bz2
exchange-c2a42d5475daf23889c720734edbafc8c2ce4e4f.zip
this is actually OK
Diffstat (limited to 'src/util/crypto.c')
-rw-r--r--src/util/crypto.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/crypto.c b/src/util/crypto.c
index 5e75d674a..c7a00b9ab 100644
--- a/src/util/crypto.c
+++ b/src/util/crypto.c
@@ -308,7 +308,6 @@ TALER_test_coin_valid (const struct TALER_CoinPublicInfo *coin_public_info)
{
struct GNUNET_HashCode c_hash;
- /* FIXME: we had envisioned a more complex scheme... */
GNUNET_CRYPTO_hash (&coin_public_info->coin_pub,
sizeof (struct GNUNET_CRYPTO_EcdsaPublicKey),
&c_hash);