summaryrefslogtreecommitdiff
path: root/src/util/test_helper_rsa.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-25 10:00:55 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-25 10:00:55 +0100
commit98549cdc5aff7081f20ccc53b566802020f6fdd9 (patch)
tree89e59a75c6bb8b60250e8a4f3bf464f01318ed1f /src/util/test_helper_rsa.c
parent414237c335dd0f960ee07de92ff20c92b5c7afd5 (diff)
downloadexchange-98549cdc5aff7081f20ccc53b566802020f6fdd9.tar.gz
exchange-98549cdc5aff7081f20ccc53b566802020f6fdd9.tar.bz2
exchange-98549cdc5aff7081f20ccc53b566802020f6fdd9.zip
-fix
Diffstat (limited to 'src/util/test_helper_rsa.c')
-rw-r--r--src/util/test_helper_rsa.c1
1 files changed, 1 insertions, 0 deletions
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--;
}