exchange

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

commit 2f95c0b9e66be3b537c0ac506f0aaadcd400cac8
parent ef193efa2f1d6d3d111a082810b5ecc28947d16c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  8 Jan 2024 19:18:41 +0100

improve curl backwards compatibility, de-duplicate code

Diffstat:
Msrc/curl/curl.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/curl/curl.c b/src/curl/curl.c @@ -38,7 +38,7 @@ TALER_curl_set_secure_redirect_policy (CURL *eh, curl_easy_setopt (eh, CURLOPT_FOLLOWLOCATION, 1L)); - GNUNET_assert ( (0 == strncasecmp (url, || + GNUNET_assert ( (0 == strncasecmp (url, "https://", strlen ("https://"))) || (0 == strncasecmp (url,