libpurple/protocols/yahoo/ymsg.c

changeset 37417
b29ee022017f
parent 37215
5568b251e0d9
child 37552
57f67d15a87d
--- a/libpurple/protocols/yahoo/ymsg.c	Wed Dec 16 15:13:36 2015 -0500
+++ b/libpurple/protocols/yahoo/ymsg.c	Sat Dec 19 14:29:01 2015 -0500
@@ -1906,11 +1906,6 @@
 
 	purple_debug_info("yahoo", "Authentication: In yahoo_auth16_stage1\n");
 
-	if(!purple_ssl_is_supported()) {
-		purple_connection_error(gc, PURPLE_CONNECTION_ERROR_NO_SSL_SUPPORT, _("SSL support unavailable"));
-		return;
-	}
-
 	auth_data = g_new0(struct yahoo_auth_data, 1);
 	auth_data->gc = gc;
 	auth_data->seed = g_strdup(seed);

mercurial