From 17cf64dfb63f6d00b333e376b70ecd8211efb048 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 22 Oct 2021 23:38:32 +0200 Subject: fix remaining libtalerutil FTBFS issues --- src/util/secmod_signatures.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/util/secmod_signatures.c') 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, -- cgit v1.2.3