comparison src/sslconn.c @ 7355:ef0684dfdf74

[gaim-migrate @ 7946] lets actually try before we give up committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 27 Oct 2003 19:53:34 +0000
parents 448e39ace278
children 6ee2fe9bb74e
comparison
equal deleted inserted replaced
7354:5a35881e9e89 7355:ef0684dfdf74
53 53
54 gboolean 54 gboolean
55 gaim_ssl_is_supported(void) 55 gaim_ssl_is_supported(void)
56 { 56 {
57 #ifdef HAVE_SSL 57 #ifdef HAVE_SSL
58 ssl_init();
58 return (gaim_ssl_get_ops() != NULL); 59 return (gaim_ssl_get_ops() != NULL);
59 #else 60 #else
60 return FALSE; 61 return FALSE;
61 #endif 62 #endif
62 } 63 }