From d3b714922f2fecfeda09a9331a48ba58ab42857a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 4 Dec 2020 12:09:27 +0100 Subject: conditionally use (un)blinding implementation from libgnunetutil --- src/exchange/taler-exchange-httpd_recoup.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/exchange') diff --git a/src/exchange/taler-exchange-httpd_recoup.c b/src/exchange/taler-exchange-httpd_recoup.c index 083950f81..fe8b8d603 100644 --- a/src/exchange/taler-exchange-httpd_recoup.c +++ b/src/exchange/taler-exchange-httpd_recoup.c @@ -438,11 +438,11 @@ verify_and_execute_recoup (struct MHD_Connection *connection, sizeof (struct GNUNET_CRYPTO_EcdsaPublicKey), &c_hash); if (GNUNET_YES != - GNUNET_CRYPTO_rsa_blind (&c_hash, - &coin_bks->bks, - dki->denom_pub.rsa_public_key, - &coin_ev, - &coin_ev_size)) + TALER_rsa_blind (&c_hash, + &coin_bks->bks, + dki->denom_pub.rsa_public_key, + &coin_ev, + &coin_ev_size)) { GNUNET_break (0); TEH_KS_release (key_state); -- cgit v1.2.3