aboutsummaryrefslogtreecommitdiff
path: root/src/util/auditor_signatures.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-22 22:30:33 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-27 09:23:11 +0200
commitfc371ea18bd891791c02d998447d6db0f403da1f (patch)
treeeebe92e9ce985c5a98b77c23e42ebacad599f20d /src/util/auditor_signatures.c
parent55632b1fbfd5098e3fad6256c0f485cf2a012096 (diff)
downloadexchange-fc371ea18bd891791c02d998447d6db0f403da1f.tar.gz
exchange-fc371ea18bd891791c02d998447d6db0f403da1f.tar.bz2
exchange-fc371ea18bd891791c02d998447d6db0f403da1f.zip
start to work on transformation
Diffstat (limited to 'src/util/auditor_signatures.c')
-rw-r--r--src/util/auditor_signatures.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/auditor_signatures.c b/src/util/auditor_signatures.c
index b41ce66a8..6ca1b046d 100644
--- a/src/util/auditor_signatures.c
+++ b/src/util/auditor_signatures.c
@@ -26,7 +26,7 @@
void
TALER_auditor_denom_validity_sign (
const char *auditor_url,
- const struct GNUNET_HashCode *h_denom_pub,
+ const struct TALER_DenominationHash *h_denom_pub,
const struct TALER_MasterPublicKeyP *master_pub,
struct GNUNET_TIME_Absolute stamp_start,
struct GNUNET_TIME_Absolute stamp_expire_withdraw,
@@ -73,7 +73,7 @@ TALER_auditor_denom_validity_sign (
enum GNUNET_GenericReturnValue
TALER_auditor_denom_validity_verify (
const char *auditor_url,
- const struct GNUNET_HashCode *h_denom_pub,
+ const struct TALER_DenominationHash *h_denom_pub,
const struct TALER_MasterPublicKeyP *master_pub,
struct GNUNET_TIME_Absolute stamp_start,
struct GNUNET_TIME_Absolute stamp_expire_withdraw,