diff libgaim/protocols/qq/qq.h @ 14632:108152f29f37

[gaim-migrate @ 17378] There's no reason to generate our session_md5 more than once. This probably doesn't fix the bug from Adium crash 215722, but if it happens again, it'll be a bit easier to track down. Also, I was wrong about the login scheme. Nothing significant is different, so remove the comment. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Wed, 27 Sep 2006 00:31:39 +0000
parents 8ff8f1c897b5
children c039c920e11c
line wrap: on
line diff
--- a/libgaim/protocols/qq/qq.h	Tue Sep 26 23:20:39 2006 +0000
+++ b/libgaim/protocols/qq/qq.h	Wed Sep 27 00:31:39 2006 +0000
@@ -61,6 +61,7 @@
 	guint8 *inikey;			/* initial key to encrypt login packet */
 	guint8 *pwkey;			/* password in md5 (or md5' md5) */
 	guint8 *session_key;		/* later use this as key in this session */
+	guint8 *session_md5;		/* concatenate my uid with session_key and md5 it */
 
 	guint16 send_seq;		/* send sequence number */
 	guint8 login_mode;		/* online of invisible */