diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-05 11:07:20 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-05 11:07:20 +0200 |
commit | 453d984569c17c22fecd56d9f2deb14cc59cdf93 (patch) | |
tree | d081a93ae5c4f8dd22e06c7552a5032ddb45be38 /src/util/test_helper_rsa.c | |
parent | 1ca5213894e9852bbc5a069b11e1e17d1038f1a5 (diff) |
-try to fix Florian's FIXME/endless loop, alas without test as Florian did not provide enough details for that
Diffstat (limited to 'src/util/test_helper_rsa.c')
-rw-r--r-- | src/util/test_helper_rsa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/test_helper_rsa.c b/src/util/test_helper_rsa.c index 4a9fa9058..7011afb22 100644 --- a/src/util/test_helper_rsa.c +++ b/src/util/test_helper_rsa.c @@ -146,6 +146,7 @@ key_cb (void *cls, return; } + GNUNET_break (NULL != denom_pub); for (unsigned int i = 0; i<MAX_KEYS; i++) if (! keys[i].valid) @@ -253,6 +254,7 @@ test_signing (struct TALER_CRYPTO_DenominationHelper *dh) { void *buf; size_t buf_size; + GNUNET_assert (GNUNET_YES == TALER_rsa_blind (&m_hash, &bks, |