diff options
author | Bertrand Simonnet <bsimonnet@google.com> | 2015-08-13 20:05:14 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-08-13 20:05:14 +0000 |
commit | 1e63af5a4f8b28fe02d3ebcc0fa5e9099d4a334a (patch) | |
tree | 1325975de840c2b1d3437f04f765e5e2d2a0e565 | |
parent | 4f3e942780aa6f86e4f3c283ba7d733fd65fa8c9 (diff) | |
parent | 403691be5e624785333f7a82803bc955bc084228 (diff) | |
download | android_external_curl-stable/cm-13.0-ZNH5Y.tar.gz android_external_curl-stable/cm-13.0-ZNH5Y.tar.bz2 android_external_curl-stable/cm-13.0-ZNH5Y.zip |
Merge "curl_config.h: Update the default CA certificates path."HEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001stable/cm-13.0-ZNH5Ystable/cm-13.0-ZNH2KBstable/cm-13.0-ZNH2Kstable/cm-13.0-ZNH0Ecm-13.0
-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 */ |