From 77dbb8327618ada8fd112209e54a7bf05d2958f0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 23 Nov 2020 20:30:10 +0100 Subject: implement exchange online signing key client library --- src/util/test_helper_rsa.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/util/test_helper_rsa.c') diff --git a/src/util/test_helper_rsa.c b/src/util/test_helper_rsa.c index 2b6c850f..3c7ae443 100644 --- a/src/util/test_helper_rsa.c +++ b/src/util/test_helper_rsa.c @@ -196,7 +196,7 @@ test_revocation (struct TALER_CRYPTO_DenominationHelper *dh) &keys[j].h_denom_pub); for (unsigned int k = 0; k<1000; k++) { - TALER_CRYPTO_helper_poll (dh); + TALER_CRYPTO_helper_denom_poll (dh); if (! keys[j].revoked) break; nanosleep (&req, NULL); @@ -387,7 +387,7 @@ perf_signing (struct TALER_CRYPTO_DenominationHelper *dh) duration = GNUNET_TIME_UNIT_ZERO; for (unsigned int j = 0; j