aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Simonnet <bsimonnet@google.com>2015-08-13 20:19:22 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-13 20:19:22 +0000
commitfcf93b77f6bfcaf8629515e2a2bdcaeb23777f24 (patch)
tree1325975de840c2b1d3437f04f765e5e2d2a0e565
parent578a4348ef7bf9497ae4123b617b88e04d21c3c9 (diff)
parent1e63af5a4f8b28fe02d3ebcc0fa5e9099d4a334a (diff)
downloadcurl-brillo-m7-release.tar.gz
am 1e63af5a: Merge "curl_config.h: Update the default CA certificates path."brillo-m7-releasebrillo-m7-mr-devbrillo-m7-dev
* commit '1e63af5a4f8b28fe02d3ebcc0fa5e9099d4a334a': curl_config.h: Update the default CA certificates path.
-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 3337067a2..88124ffe4 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 */