From 4a51b9a9a1e5ca7f2f67e3e0958fc8394a237035 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 21 Feb 2023 14:52:44 +0100 Subject: -fix bug --- src/util/test_crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, -- cgit v1.2.3