summaryrefslogtreecommitdiff
path: root/src/util/test_helper_rsa.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-21 14:44:31 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-21 14:44:31 +0100
commit7da69142b4d39681a74b9654c5dec1cbc8b9b24b (patch)
treec63faf3e8c90ee33441dd993f35feb01e378fb21 /src/util/test_helper_rsa.c
parent95bd24916ed7baa7a6059c2a788e904bb5166606 (diff)
downloadexchange-7da69142b4d39681a74b9654c5dec1cbc8b9b24b.tar.gz
exchange-7da69142b4d39681a74b9654c5dec1cbc8b9b24b.tar.bz2
exchange-7da69142b4d39681a74b9654c5dec1cbc8b9b24b.zip
-misc minor bugfixes
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 1b67607ce..1c7cc5bfe 100644
--- a/src/util/test_helper_rsa.c
+++ b/src/util/test_helper_rsa.c
@@ -603,6 +603,7 @@ test_batch_signing (struct TALER_CRYPTO_RsaDenominationHelper *dh,
case TALER_EC_EXCHANGE_GENERIC_DENOMINATION_KEY_UNKNOWN:
for (unsigned int i = 0; i<batch_size; i++)
TALER_blinded_denom_sig_free (&ds[i]);
+ break;
default:
/* unexpected error */
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,