aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-21 14:52:44 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-21 14:52:44 +0100
commit4a51b9a9a1e5ca7f2f67e3e0958fc8394a237035 (patch)
treea551d85f808caf2fcd9a55da4714553b32bd50e7
parent7da69142b4d39681a74b9654c5dec1cbc8b9b24b (diff)
downloadexchange-4a51b9a9a1e5ca7f2f67e3e0958fc8394a237035.tar.xz
-fix bug
-rw-r--r--src/util/test_crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_crypto.c b/src/util/test_crypto.c
index b1c3c8e8f..80a247770 100644
--- a/src/util/test_crypto.c
+++ b/src/util/test_crypto.c
@@ -125,11 +125,11 @@ test_planchets_rsa (uint8_t age)
struct TALER_FreshCoin coin;
struct TALER_CoinPubHashP c_hash;
struct TALER_AgeCommitmentHash *ach = NULL;
+ struct TALER_AgeCommitmentHash ah = {0};
if (0 < age)
{
struct TALER_AgeCommitmentProof acp;
- struct TALER_AgeCommitmentHash ah = {0};
struct GNUNET_HashCode seed;
GNUNET_CRYPTO_random_block (GNUNET_CRYPTO_QUALITY_WEAK,