Use m_tempfile and better errors msg
[apps/madmutt.git] / lib-sys / mutt_ssl.h
1 /*
2  * Copyright notice from original mutt:
3  * Copyright (C) 1999-2000 Tommi Komulainen <Tommi.Komulainen@iki.fi>
4  *
5  * This file is part of mutt-ng, see http://www.muttng.org/.
6  * It's licensed under the GNU General Public License,
7  * please see the file GPL in the top level source directory.
8  */
9
10 #ifndef _MUTT_SSL_H_
11 #define _MUTT_SSL_H_ 1
12
13 #include "mutt_socket.h"
14
15 #if defined(USE_SSL) || defined(USE_GNUTLS)
16
17 int mutt_ssl_starttls (CONNECTION * conn);
18 int mutt_ssl_socket_setup (CONNECTION * conn);
19
20 #endif
21
22 #endif /* _MUTT_SSL_H_ */