exchange

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

commit 6b872005603325386f3bdf2309c35df26dcffc72
parent 3a75e812a1bda674cae185fb6d424b494a0b0fad
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  6 Apr 2025 23:57:04 +0200

idn2 is no direct dependency

Diffstat:
Mdebian/control | 1-
Msrc/kyclogic/plugin_kyclogic_oauth2.c | 2+-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/control b/debian/control @@ -14,7 +14,6 @@ Build-Depends: libcurl4-gnutls-dev (>=7.35.0) | libcurl4-openssl-dev (>= 7.35.0), libgcrypt20-dev (>=1.8), libgnutls28-dev (>=3.2.12), - libidn2-dev, libjansson-dev (>= 2.13), libltdl-dev (>=2.2), libmicrohttpd-dev (>=0.9.71), diff --git a/src/kyclogic/plugin_kyclogic_oauth2.c b/src/kyclogic/plugin_kyclogic_oauth2.c @@ -176,7 +176,7 @@ struct TALER_KYCLOGIC_InitiateHandle void *cb_cls; /** - * Initial address to pass to the KYC provider on /setup. + * Initial address to pass to the KYC provider on ``/setup``. */ json_t *initial_address;