diff libpurple/sslconn.c @ 19504:d5ecaf5bce93

Fix the win32 build for the cert SoC branch merge.
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 28 Aug 2007 03:15:48 +0000
parents ab7cd6c95b2f
children 7086c311867a
line wrap: on
line diff
--- a/libpurple/sslconn.c	Tue Aug 28 03:14:54 2007 +0000
+++ b/libpurple/sslconn.c	Tue Aug 28 03:15:48 2007 +0000
@@ -297,7 +297,9 @@
 	/* Although purple_ssl_is_supported will do the initialization on
 	   command, SSL plugins tend to register CertificateSchemes as well
 	   as providing SSL ops. */
-	g_assert(ssl_init());
+	if (!ssl_init()) {
+		purple_debug_error("sslconn", "Unable to initialize SSL.\n");
+	}
 }
 
 void