summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_recoup.c
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2020-12-04 12:09:27 +0100
committerFlorian Dold <florian@dold.me>2020-12-04 12:10:09 +0100
commitd3b714922f2fecfeda09a9331a48ba58ab42857a (patch)
tree1db8e901a5e34b3b3dde12655b3dd023f2cb5e65 /src/exchange/taler-exchange-httpd_recoup.c
parent86dd5d46dd0afc50e16515f968997865c62b0482 (diff)
downloadexchange-d3b714922f2fecfeda09a9331a48ba58ab42857a.tar.gz
exchange-d3b714922f2fecfeda09a9331a48ba58ab42857a.tar.bz2
exchange-d3b714922f2fecfeda09a9331a48ba58ab42857a.zip
conditionally use (un)blinding implementation from libgnunetutil
Diffstat (limited to 'src/exchange/taler-exchange-httpd_recoup.c')
-rw-r--r--src/exchange/taler-exchange-httpd_recoup.c10
1 files changed, 5 insertions, 5 deletions
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);