diff libpurple/protocols/qq/send_core.c @ 22544:217fffe3f46f

Patch from ccpaging to clean up some QQ stuff. I removed the now commented out qq_crypt() instead of, well, comment it out.
author Ka-Hing Cheung <khc@hxbc.us>
date Mon, 24 Mar 2008 07:14:29 +0000
parents 0c2dd59f91d1
children 9a5d140400f1
line wrap: on
line diff
--- a/libpurple/protocols/qq/send_core.c	Fri Mar 21 21:11:07 2008 +0000
+++ b/libpurple/protocols/qq/send_core.c	Mon Mar 24 07:14:29 2008 +0000
@@ -132,7 +132,7 @@
 	cursor = buf;
 	bytes_written = 0;
 
-	qq_crypt(ENCRYPT, data, len, qd->session_key, encrypted_data, &encrypted_len);
+	qq_encrypt(data, len, qd->session_key, encrypted_data, &encrypted_len);
 
 	seq_ret = seq;
 	if (_create_packet_head_seq(buf, &cursor, gc, cmd, is_auto_seq, &seq_ret) >= 0) {