drop openssl support as well, only use GNUTLS.
[apps/madmutt.git] / init.c
diff --git a/init.c b/init.c
index 2270910..b0f4ac3 100644 (file)
--- a/init.c
+++ b/init.c
@@ -14,7 +14,6 @@
 
 #include <lib-lua/lib-lua.h>
 #include <lib-sys/unix.h>
-#include <lib-sys/mutt_ssl.h>
 #include <lib-ui/curses.h>
 #include <lib-ui/history.h>
 #include <lib-mx/mx.h>
@@ -83,7 +82,7 @@ static struct {
   int (*check) (const char* option, unsigned long val,
                 char* errbuf, ssize_t errlen);
 } SpecialVars[] = {
-#if defined (USE_LIBESMTP) && (defined (USE_SSL) || defined (USE_GNUTLS))
+#ifdef USE_LIBESMTP
   { "smtp_use_tls",             send_smtp_check_usetls },
 #endif
   { "history",                  check_history },