]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
config-mac: drop `MACOS_SSL_SUPPORT` macro
authorViktor Szakats <commit@vsz.me>
Wed, 18 Dec 2024 14:43:39 +0000 (15:43 +0100)
committerViktor Szakats <commit@vsz.me>
Fri, 20 Dec 2024 10:38:59 +0000 (11:38 +0100)
It has been a synonym for `USE_OPENSSL` since
709cf76f6bb7dbaca14e3e8df160ccfac04dcecb (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

lib/config-mac.h

index c5ede4d3f7ac549ebef1a6f726cfd99907d20cc9..1a902b89f5f1a5ca5d23983f87c0b340ce870f68 100644 (file)
 
 #define HAVE_SIGACTION          1
 
-#ifdef MACOS_SSL_SUPPORT
-#  define USE_OPENSSL           1
-#endif
-
 #define CURL_DISABLE_LDAP       1
 
 #define HAVE_IOCTL_FIONBIO      1