# HG changeset patch # User Nathan Walp # Date 1067284414 0 # Node ID ef0684dfdf7456d443dd2eb9709f8b2a3b6c6a98 # Parent 5a35881e9e89466d2f7bc201f61336003f76a155 [gaim-migrate @ 7946] lets actually try before we give up committer: Tailor Script diff -r 5a35881e9e89 -r ef0684dfdf74 src/sslconn.c --- a/src/sslconn.c Mon Oct 27 19:52:08 2003 +0000 +++ b/src/sslconn.c Mon Oct 27 19:53:34 2003 +0000 @@ -55,6 +55,7 @@ gaim_ssl_is_supported(void) { #ifdef HAVE_SSL + ssl_init(); return (gaim_ssl_get_ops() != NULL); #else return FALSE;