libcurl: Default path to CA certificates changed to current dir

This commit is contained in:
Sergii Pylypenko
2015-06-03 23:17:39 +03:00
parent a822abb36c
commit 96474a3064

View File

@@ -5,7 +5,7 @@
/* #undef BUILDING_LIBCURL */
/* Location of default ca bundle */
#define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
#define CURL_CA_BUNDLE "ca-certificates.crt"
/* Location of default ca path */
/* #undef CURL_CA_PATH */