diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-02-21 14:52:44 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-02-21 14:52:44 +0100 |
commit | 4a51b9a9a1e5ca7f2f67e3e0958fc8394a237035 (patch) | |
tree | a551d85f808caf2fcd9a55da4714553b32bd50e7 /src | |
parent | 7da69142b4d39681a74b9654c5dec1cbc8b9b24b (diff) |
-fix bug
Diffstat (limited to 'src')
-rw-r--r-- | src/util/test_crypto.c | 2 |
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, |