From: Viktor Szakats Date: Wed, 18 Dec 2024 14:43:39 +0000 (+0100) Subject: config-mac: drop `MACOS_SSL_SUPPORT` macro X-Git-Tag: curl-8_12_0~312 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a4b4d59a3dbc5bf2f3a876f5e3e88a28a39c817;p=thirdparty%2Fcurl.git config-mac: drop `MACOS_SSL_SUPPORT` macro 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 --- diff --git a/lib/config-mac.h b/lib/config-mac.h index c5ede4d3f7..1a902b89f5 100644 --- a/lib/config-mac.h +++ b/lib/config-mac.h @@ -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