libpurple/core.c

branch
purple-ssl-to-gio
changeset 37629
d7be18faeeae
parent 37449
a89108f1030a
child 37635
e6ccacaa6322
--- a/libpurple/core.c	Sun Jan 31 00:34:49 2016 -0600
+++ b/libpurple/core.c	Sun Jan 31 03:36:43 2016 -0600
@@ -20,7 +20,6 @@
  */
 #include "internal.h"
 #include "cipher.h"
-#include "certificate.h"
 #include "cmds.h"
 #include "connection.h"
 #include "conversation.h"
@@ -190,7 +189,6 @@
 	purple_accounts_init();
 	purple_savedstatuses_init();
 	purple_notify_init();
-	purple_certificate_init();
 	_purple_message_init();
 	purple_conversations_init();
 	purple_blist_init();
@@ -242,14 +240,6 @@
 	/* Transmission ends */
 	purple_connections_disconnect_all();
 
-	/*
-	 * Certificates must be destroyed before the SSL plugins, because
-	 * PurpleCertificates contain pointers to PurpleCertificateSchemes,
-	 * and the PurpleCertificateSchemes will be unregistered when the
-	 * SSL plugin is uninit.
-	 */
-	purple_certificate_uninit();
-
 	/* The SSL plugins must be uninit before they're unloaded */
 	purple_ssl_uninit();
 

mercurial