summaryrefslogtreecommitdiff
path: root/src/util/crypto_helper_rsa.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-13 20:20:19 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-13 20:20:19 +0100
commit390d241019c0c2695bae1532bf857e1c278d7747 (patch)
tree3327a6df908102b2e18caf51d7842166a6ec8014 /src/util/crypto_helper_rsa.c
parentde2fdc2a9a12acfc15d631f3406c2ff1cffa12ec (diff)
downloadexchange-390d241019c0c2695bae1532bf857e1c278d7747.tar.gz
exchange-390d241019c0c2695bae1532bf857e1c278d7747.tar.bz2
exchange-390d241019c0c2695bae1532bf857e1c278d7747.zip
implement CS batch operations in libtalerutil
Diffstat (limited to 'src/util/crypto_helper_rsa.c')
-rw-r--r--src/util/crypto_helper_rsa.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/crypto_helper_rsa.c b/src/util/crypto_helper_rsa.c
index 58cc29a8f..efded50a1 100644
--- a/src/util/crypto_helper_rsa.c
+++ b/src/util/crypto_helper_rsa.c
@@ -787,7 +787,8 @@ more:
ec = (enum TALER_ErrorCode) ntohl (sf->ec);
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
- "Signing failed with status %d!\n",
+ "Signing %u failed with status %d!\n",
+ wpos,
ec);
wpos++;
if (wpos == rend)