diff src/core.c @ 10684:72a5babfa8b4

[gaim-migrate @ 12231] the cipher api that grim has been working on for ages is finally done!! big congrats and thanks to him!! lots of modified files in this commit. it builds here. moved the md5 files to src/protocols/oscar so that it continues to depend on nothing in gaim. everything else uses the new centralized cipher api. I'm not sure if src/md5.* needs to be removed or not, so I left it there. someone let me know or do it directly. someone check if these need to be added to potfiles.in and let there be much rejoicing! committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 11 Mar 2005 13:05:31 +0000
parents 1a97d5e88d12
children 50224ac8184d
line wrap: on
line diff
--- a/src/core.c	Fri Mar 11 04:13:27 2005 +0000
+++ b/src/core.c	Fri Mar 11 13:05:31 2005 +0000
@@ -23,6 +23,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 #include "internal.h"
+#include "cipher.h"
 #include "connection.h"
 #include "conversation.h"
 #include "core.h"
@@ -96,6 +97,7 @@
 	gaim_status_init();
 	gaim_savedstatuses_init();
 	gaim_accounts_init();
+	gaim_ciphers_init();
 	gaim_connections_init();
 	gaim_conversations_init();
 	gaim_debug_init();
@@ -133,6 +135,7 @@
 	gaim_ssl_uninit();
 	gaim_pounces_uninit();
 	gaim_blist_uninit();
+	gaim_ciphers_uninit();
 	gaim_conversations_uninit();
 	gaim_connections_uninit();
 	gaim_buddy_icons_uninit();