From a56e2e34bce77d41a6d3a2cbbcb89119b98ef750 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 6 Oct 2018 15:05:06 +0200 Subject: fix #5434 (no more salt in exchange wire replies) --- src/exchange/taler-exchange-httpd_validation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchange/taler-exchange-httpd_validation.c') diff --git a/src/exchange/taler-exchange-httpd_validation.c b/src/exchange/taler-exchange-httpd_validation.c index 7daa18aa7..aa97af2f2 100644 --- a/src/exchange/taler-exchange-httpd_validation.c +++ b/src/exchange/taler-exchange-httpd_validation.c @@ -158,8 +158,8 @@ load_account (void *cls, } GNUNET_free (url); if (GNUNET_OK != - TALER_JSON_wire_signature_check (wire_s, - &TEH_master_public_key)) + TALER_JSON_exchange_wire_signature_check (wire_s, + &TEH_master_public_key)) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Invalid signature in `%s'\n", -- cgit v1.2.3