Reset to default macOS configuration

This commit is contained in:
Ariel Abreu 2020-11-03 11:47:51 -05:00
parent bde17f2952
commit 91c63ace6b
No known key found for this signature in database
GPG Key ID: ECF8C2B9E8AD3E6B

View File

@ -5,18 +5,13 @@
/* #undef CURLDEBUG */
/* Location of default ca bundle */
#ifndef DARLING
#define CURL_CA_BUNDLE "/etc/ssl/cert.pem"
#endif
/* define "1" to use built in CA store of SSL library */
/* #undef CURL_CA_FALLBACK */
/* Location of default ca path */
/* #undef CURL_CA_PATH */
#ifdef DARLING
#define CURL_CA_PATH "/System/Library/OpenSSL/certs"
#endif
/* Default SSL backend */
/* #undef CURL_DEFAULT_SSL_BACKEND */