diff options
-rw-r--r-- | patches/curl-7.57.0.local.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/curl-7.57.0.local.patch b/patches/curl-7.57.0.local.patch index f54e6986..763f5a2d 100644 --- a/patches/curl-7.57.0.local.patch +++ b/patches/curl-7.57.0.local.patch @@ -5,7 +5,7 @@ /* Location of default ca path */ -#undef CURL_CA_PATH -+#define CURL_CA_PATH "/etc/ssl" ++#define CURL_CA_PATH "/etc/ssl/certs" /* Default SSL backend */ #undef CURL_DEFAULT_SSL_BACKEND |