exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 07aca53a0222892ccbd5ac07a9e93e200bb1a48d
parent 0a4f8df8d93180b8da7a0687835849c6327a2b4c
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sun, 10 Aug 2025 16:38:14 +0200

-add FIXME with new libgnunetpq API

Diffstat:
Mconfigure.ac | 2+-
Msrc/pq/pq_result_helper.c | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -316,7 +316,7 @@ AS_CASE([$with_gnunet], CPPFLAGS="-I$with_gnunet/include ${CPPFLAGS}"]) CPPFLAGS="${CPPFLAGS} ${POSTGRESQL_CPPFLAGS}" AC_CHECK_HEADERS([gnunet/gnunet_pq_lib.h], - [AC_CHECK_LIB([gnunetpq], [GNUNET_PQ_query_param_blinded_sig], libgnunetpq=1)]) + [AC_CHECK_LIB([gnunetpq], [GNUNET_PQ_result_spec_blinded_sig], libgnunetpq=1)]) AS_IF([test $libgnunetpq != 1], [AC_MSG_ERROR([[ *** diff --git a/src/pq/pq_result_helper.c b/src/pq/pq_result_helper.c @@ -824,6 +824,7 @@ TALER_PQ_result_spec_blinded_denom_sig ( const char *name, struct TALER_BlindedDenominationSignature *denom_sig) { + // FIXME: use GNUNET_PQ_result_spec_blinded_sig() struct GNUNET_PQ_ResultSpec res = { .conv = &extract_blinded_denom_sig, .cleaner = &clean_blinded_denom_sig,