mirror of
https://github.com/curl/curl.git
synced 2026-07-16 04:47:21 +03:00
config-mac: drop MACOS_SSL_SUPPORT macro
It has been a synonym for `USE_OPENSSL` since
709cf76f6b (2015).
The few uses of this on GitHub also set `USE_OPENSSL` and
should be fine. Those which don't, please replace
`-DMACOS_SSL_SUPPORT` with `-DUSE_OPENSSL`.
Closes #15777
This commit is contained in:
parent
4490761aea
commit
6a4b4d59a3
1 changed files with 0 additions and 4 deletions
|
|
@ -65,10 +65,6 @@
|
|||
|
||||
#define HAVE_SIGACTION 1
|
||||
|
||||
#ifdef MACOS_SSL_SUPPORT
|
||||
# define USE_OPENSSL 1
|
||||
#endif
|
||||
|
||||
#define CURL_DISABLE_LDAP 1
|
||||
|
||||
#define HAVE_IOCTL_FIONBIO 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue