Signed-off-by: Nicolas Morey-Chaisemartin <nicolas@xxxxxxxxxxxxxxxxxxxxxx> --- imap-send.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/imap-send.c b/imap-send.c index 90b8683ed..4ebc16437 100644 --- a/imap-send.c +++ b/imap-send.c @@ -35,13 +35,7 @@ typedef void *SSL; #include "http.h" #endif -#if defined(USE_CURL_FOR_IMAP_SEND) && defined(NO_OPENSSL) -/* only available option */ #define USE_CURL_DEFAULT 1 -#else -/* strictly opt in */ -#define USE_CURL_DEFAULT 0 -#endif static int verbosity; static int use_curl = USE_CURL_DEFAULT; -- 2.14.0.rc1.16.g87fcec1e8