am 1e63af5a: Merge "curl_config.h: Update the default CA certificates path."

* commit '1e63af5a4f8b28fe02d3ebcc0fa5e9099d4a334a':
  curl_config.h: Update the default CA certificates path.
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 */