aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBertrand Simonnet <bsimonnet@google.com>2015-08-13 20:05:14 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-08-13 20:05:14 +0000
commit1e63af5a4f8b28fe02d3ebcc0fa5e9099d4a334a (patch)
tree1325975de840c2b1d3437f04f765e5e2d2a0e565
parent4f3e942780aa6f86e4f3c283ba7d733fd65fa8c9 (diff)
parent403691be5e624785333f7a82803bc955bc084228 (diff)
downloadandroid_external_curl-1e63af5a4f8b28fe02d3ebcc0fa5e9099d4a334a.tar.gz
android_external_curl-1e63af5a4f8b28fe02d3ebcc0fa5e9099d4a334a.tar.bz2
android_external_curl-1e63af5a4f8b28fe02d3ebcc0fa5e9099d4a334a.zip
-rw-r--r--lib/curl_config.h2
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 */