From 98549cdc5aff7081f20ccc53b566802020f6fdd9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 25 Nov 2021 10:00:55 +0100 Subject: [PATCH] -fix --- src/util/crypto.c | 2 +- src/util/test_helper_rsa.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util/crypto.c b/src/util/crypto.c index 0bd91625e..178db3aad 100644 --- a/src/util/crypto.c +++ b/src/util/crypto.c @@ -194,7 +194,7 @@ TALER_planchet_prepare (const struct TALER_DenominationPublicKey *dk, &pd->coin_ev, &pd->coin_ev_size)) { - GNUNET_break_op (0); + GNUNET_break (0); return GNUNET_SYSERR; } TALER_denom_pub_hash (dk, diff --git a/src/util/test_helper_rsa.c b/src/util/test_helper_rsa.c index 21840eb49..14ff2bfab 100644 --- a/src/util/test_helper_rsa.c +++ b/src/util/test_helper_rsa.c @@ -108,6 +108,7 @@ free_keys (void) if (keys[i].valid) { TALER_denom_pub_free (&keys[i].denom_pub); + keys[i].valid = false; GNUNET_assert (num_keys > 0); num_keys--; }