drop openssl support as well, only use GNUTLS.
[apps/madmutt.git] / send_smtp.h
index 1733d58..dc1c0e6 100644 (file)
 #define _MUTT_LIBESMTP_H
 
 #ifdef USE_LIBESMTP
-#if (defined (USE_SSL) || defined (USE_GNUTLS))
 int send_smtp_check_usetls (const char* option, unsigned long p,
                                 char* errbuf, ssize_t errlen);
-#endif
 
 int send_smtp_invoke(address_t * from,       /* the sender */
                          address_t * to, address_t * cc, address_t * bcc,