From 50bc862a684f8c5d4e3ece2712322bf078fe604f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 8 Apr 2020 18:18:20 +0200 Subject: adapt to new GNUnet sign API (#6164) --- src/auditor/taler-auditor-httpd_deposit-confirmation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/auditor/taler-auditor-httpd_deposit-confirmation.c') diff --git a/src/auditor/taler-auditor-httpd_deposit-confirmation.c b/src/auditor/taler-auditor-httpd_deposit-confirmation.c index 45be222af..fd48ff93b 100644 --- a/src/auditor/taler-auditor-httpd_deposit-confirmation.c +++ b/src/auditor/taler-auditor-httpd_deposit-confirmation.c @@ -112,7 +112,7 @@ verify_and_execute_deposit_confirmation ( /* Not in cache, need to verify the signature, persist it, and possibly cache it */ if (GNUNET_OK != GNUNET_CRYPTO_eddsa_verify (TALER_SIGNATURE_MASTER_SIGNING_KEY_VALIDITY, - &skv.purpose, + &skv, &es->master_sig.eddsa_signature, &es->master_public_key.eddsa_pub)) { @@ -165,7 +165,7 @@ verify_and_execute_deposit_confirmation ( &dc->amount_without_fee); if (GNUNET_OK != GNUNET_CRYPTO_eddsa_verify (TALER_SIGNATURE_EXCHANGE_CONFIRM_DEPOSIT, - &dcs.purpose, + &dcs, &dc->exchange_sig.eddsa_signature, &dc->exchange_pub.eddsa_pub)) { -- cgit v1.2.3