exchange

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

commit 3c9bbe1abcd65ce703822b0b235b4e30667aa7f8
parent 834367660cd02772e71e379c4676ba63852f8103
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  1 Apr 2025 13:55:10 +0200

fix MHD2 ftbfs issues

Diffstat:
Msrc/mhd/mhd2.c | 2+-
Msrc/mhd/mhd2_run.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mhd/mhd2.c b/src/mhd/mhd2.c @@ -57,7 +57,7 @@ TALER_MHD2_is_https (struct MHD_Request *request) } if (MHD_SC_OK != MHD_daemon_get_info_fixed (ci.v_daemon, - MHD_DAEMON_INFO_FIXED_TLS_TYPE, + MHD_DAEMON_INFO_FIXED_TLS_BACKEND, &di)) { GNUNET_break (0); diff --git a/src/mhd/mhd2_run.c b/src/mhd/mhd2_run.c @@ -101,7 +101,7 @@ prepare_daemon (void) uint_fast64_t next_max_wait; GNUNET_break (MHD_SC_OK == - MHD_deamon_process_reg_events (mhd, + MHD_daemon_process_reg_events (mhd, &next_max_wait)); if (MHD_WAIT_INDEFINITELY == next_max_wait) return NULL;