From 6a4b4d59a3dbc5bf2f3a876f5e3e88a28a39c817 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 18 Dec 2024 15:43:39 +0100 Subject: [PATCH] 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 --- lib/config-mac.h | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.47.3