diff options
-rw-r--r-- | lib/curl_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_config.h b/lib/curl_config.h index 3337067..88124ff 100644 --- a/lib/curl_config.h +++ b/lib/curl_config.h @@ -5,7 +5,7 @@ /* #undef CURL_CA_BUNDLE */ /* Location of default ca path */ -/* #undef CURL_CA_PATH */ +#define CURL_CA_PATH "/system/etc/security/cacerts" /* to disable cookies support */ /* #undef CURL_DISABLE_COOKIES */ |