From 9d6e1040669435dfa2ab93abd4f1669c7bf90871 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 6 Nov 2021 19:43:47 +0100 Subject: include h_extensions in deposit confirmation --- src/util/Makefile.am | 1 + src/util/wallet_signatures.c | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'src/util') diff --git a/src/util/Makefile.am b/src/util/Makefile.am index c8455dd43..556c3b6f3 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -70,6 +70,7 @@ libtalerutil_la_SOURCES = \ crypto_helper_esign.c \ crypto_wire.c \ denom.c \ + exchange_signatures.c \ getopt.c \ lang.c \ iban.c \ diff --git a/src/util/wallet_signatures.c b/src/util/wallet_signatures.c index 3f9e297f6..8700d4a80 100644 --- a/src/util/wallet_signatures.c +++ b/src/util/wallet_signatures.c @@ -1,6 +1,6 @@ /* This file is part of TALER - Copyright (C) 2020, 2021 Taler Systems SA + Copyright (C) 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 @@ -14,8 +14,8 @@ TALER; see the file COPYING. If not, see */ /** - * @file secmod_signatures.c - * @brief Utility functions for Taler security module signatures + * @file wallet_signatures.c + * @brief Utility functions for Taler wallet signatures * @author Christian Grothoff */ #include "platform.h" -- cgit v1.2.3