drop openssl support as well, only use GNUTLS.
[apps/madmutt.git] / lib-sys / mutt_ssl.h
diff --git a/lib-sys/mutt_ssl.h b/lib-sys/mutt_ssl.h
deleted file mode 100644 (file)
index b0e6ee6..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright notice from original mutt:
- * Copyright (C) 1999-2000 Tommi Komulainen <Tommi.Komulainen@iki.fi>
- *
- * This file is part of mutt-ng, see http://www.muttng.org/.
- * It's licensed under the GNU General Public License,
- * please see the file GPL in the top level source directory.
- */
-
-#ifndef _MUTT_SSL_H_
-#define _MUTT_SSL_H_ 1
-
-#include "mutt_socket.h"
-
-#if defined(USE_SSL) || defined(USE_GNUTLS)
-
-int mutt_ssl_starttls (CONNECTION * conn);
-int mutt_ssl_socket_setup (CONNECTION * conn);
-
-#endif
-
-#endif /* _MUTT_SSL_H_ */