exchange

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

commit 02609921b840d85f3beac2762a3655be6426376b
parent 2f95c0b9e66be3b537c0ac506f0aaadcd400cac8
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  8 Jan 2024 19:26:37 +0100

typo

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 @@ -42,7 +42,7 @@ TALER_curl_set_secure_redirect_policy (CURL *eh, "https://", strlen ("https://"))) || (0 == strncasecmp (url, - "https://", + "http://", strlen ("http://"))) ); #ifdef CURLOPT_REDIR_PROTOCOLS_STR if (0 == strncasecmp (url,