X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-sys%2Fmutt_ssl.h;fp=lib-sys%2Fmutt_ssl.h;h=0000000000000000000000000000000000000000;hp=b0e6ee66b817d100dac4c40730f341d044ee76c3;hb=8fac066483c9ae3176984527c037190fca9dc7f0;hpb=afb1dae68aefe935a16a27dbbc11df86d2e31613 diff --git a/lib-sys/mutt_ssl.h b/lib-sys/mutt_ssl.h deleted file mode 100644 index b0e6ee6..0000000 --- a/lib-sys/mutt_ssl.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright notice from original mutt: - * Copyright (C) 1999-2000 Tommi Komulainen - * - * 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_ */