mirror of
https://github.com/darlinghq/darling-curl.git
synced 2024-11-23 11:19:51 +00:00
Reset to default macOS configuration
This commit is contained in:
parent
bde17f2952
commit
91c63ace6b
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user