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:
Viktor Szakats 2024-12-18 15:43:39 +01:00
parent 4490761aea
commit 6a4b4d59a3
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -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