comparison libpurple/sslconn.c @ 18956:014e0cd9e471

- sslconn.c will need the certificate API
author William Ehlhardt <williamehlhardt@gmail.com>
date Tue, 26 Jun 2007 23:57:16 +0000
parents e634122cec47
children db67f6b39b72
comparison
equal deleted inserted replaced
18955:f393eddab077 18956:014e0cd9e471
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25 #include "internal.h" 25 #include "internal.h"
26 26
27 #include "certificate.h"
27 #include "debug.h" 28 #include "debug.h"
28 #include "sslconn.h" 29 #include "sslconn.h"
29 30
30 static gboolean _ssl_initialized = FALSE; 31 static gboolean _ssl_initialized = FALSE;
31 static PurpleSslOps *_ssl_ops = NULL; 32 static PurpleSslOps *_ssl_ops = NULL;