[gaim-migrate @ 7946]

Mon, 27 Oct 2003 19:53:34 +0000

author
Nathan Walp <nwalp@pidgin.im>
date
Mon, 27 Oct 2003 19:53:34 +0000
changeset 7355
2067ad89849d
parent 7354
8987a5622502
child 7356
3f4103f03d8a

[gaim-migrate @ 7946]
lets actually try before we give up

src/sslconn.c file | annotate | diff | comparison | revisions
--- 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;

mercurial