aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-07 13:41:55 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-07 13:41:55 +0100
commitb84fb618c3c0f7492f609949f5202c75882d7b68 (patch)
treec36bad8f6b304f27582e0006f7a4a123c41f653b /src/util/crypto.c
parent169d6843420df99dfcfb8089d03fc5c9bf68e8ef (diff)
downloadexchange-b84fb618c3c0f7492f609949f5202c75882d7b68.tar.xz
fix refreshes_reveal FTBFS
Diffstat (limited to 'src/util/crypto.c')
-rw-r--r--src/util/crypto.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/util/crypto.c b/src/util/crypto.c
index c239f7970..8e48b48d1 100644
--- a/src/util/crypto.c
+++ b/src/util/crypto.c
@@ -519,9 +519,8 @@ TALER_refresh_get_commitment (struct TALER_RefreshCommitmentP *rc,
{
const struct TALER_RefreshCoinData *rcd = &rce->new_coins[j];
- GNUNET_CRYPTO_hash_context_read (hash_context,
- rcd->coin_ev,
- rcd->coin_ev_size);
+ TALER_blinded_planchet_hash (&rcd->blinded_planchet,
+ hash_context);
}
}