summaryrefslogtreecommitdiff
path: root/src/util/secmod_signatures.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-22 23:38:32 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-27 09:23:12 +0200
commit17cf64dfb63f6d00b333e376b70ecd8211efb048 (patch)
treeb088de098727831f7aee50c28a09274ba886c52f /src/util/secmod_signatures.c
parent42bdb5aa6ea955d46a1fe5f8fa20e49e2efd3cb5 (diff)
downloadexchange-17cf64dfb63f6d00b333e376b70ecd8211efb048.tar.gz
exchange-17cf64dfb63f6d00b333e376b70ecd8211efb048.tar.bz2
exchange-17cf64dfb63f6d00b333e376b70ecd8211efb048.zip
fix remaining libtalerutil FTBFS issues
Diffstat (limited to 'src/util/secmod_signatures.c')
-rw-r--r--src/util/secmod_signatures.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/secmod_signatures.c b/src/util/secmod_signatures.c
index 875f3eb5d..f49cc20a5 100644
--- a/src/util/secmod_signatures.c
+++ b/src/util/secmod_signatures.c
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- Copyright (C) 2020 Taler Systems SA
+ Copyright (C) 2020, 2021 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@@ -71,7 +71,7 @@ TALER_exchange_secmod_eddsa_verify (
void
TALER_exchange_secmod_denom_sign (
- const struct GNUNET_HashCode *h_denom_pub,
+ const struct TALER_DenominationHash *h_denom_pub,
const char *section_name,
struct GNUNET_TIME_Absolute start_sign,
struct GNUNET_TIME_Relative duration,
@@ -98,7 +98,7 @@ TALER_exchange_secmod_denom_sign (
enum GNUNET_GenericReturnValue
TALER_exchange_secmod_denom_verify (
- const struct GNUNET_HashCode *h_denom_pub,
+ const struct TALER_DenominationHash *h_denom_pub,
const char *section_name,
struct GNUNET_TIME_Absolute start_sign,
struct GNUNET_TIME_Relative duration,