From b6be9dc0c0f1f20c76f6f63a7679a5c07f868f54 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 25 Oct 2021 19:33:43 +0200 Subject: -work on FTBFS --- src/exchange/taler-exchange-httpd_auditors.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/exchange/taler-exchange-httpd_auditors.c') diff --git a/src/exchange/taler-exchange-httpd_auditors.c b/src/exchange/taler-exchange-httpd_auditors.c index 34e640ad7..bf4a9b2c0 100644 --- a/src/exchange/taler-exchange-httpd_auditors.c +++ b/src/exchange/taler-exchange-httpd_auditors.c @@ -45,7 +45,7 @@ struct AddAuditorDenomContext /** * Denomination this is about. */ - const struct GNUNET_HashCode *h_denom_pub; + const struct TALER_DenominationHash *h_denom_pub; /** * Auditor this is about. @@ -101,7 +101,7 @@ add_auditor_denom_sig (void *cls, connection, MHD_HTTP_NOT_FOUND, TALER_EC_EXCHANGE_GENERIC_DENOMINATION_KEY_UNKNOWN, - GNUNET_h2s (awc->h_denom_pub)); + GNUNET_h2s (&awc->h_denom_pub->hash)); return GNUNET_DB_STATUS_HARD_ERROR; } @@ -192,7 +192,7 @@ MHD_RESULT TEH_handler_auditors ( struct MHD_Connection *connection, const struct TALER_AuditorPublicKeyP *auditor_pub, - const struct GNUNET_HashCode *h_denom_pub, + const struct TALER_DenominationHash *h_denom_pub, const json_t *root) { struct AddAuditorDenomContext awc = { -- cgit v1.2.3