comparison libpurple/protocols/msn/msnutils.c @ 23488:75be80ddeca5

Patch 1 from Qulogic, this one mostly updates the version sent by pidgin committer: Ka-Hing Cheung <khc@hxbc.us>
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Wed, 26 Dec 2007 00:33:39 +0000
parents bc731b26335c
children 44159acb7bb7
comparison
equal deleted inserted replaced
21940:63ebd65857f8 23488:75be80ddeca5
511 void 511 void
512 msn_handle_chl(char *input, char *output) 512 msn_handle_chl(char *input, char *output)
513 { 513 {
514 PurpleCipher *cipher; 514 PurpleCipher *cipher;
515 PurpleCipherContext *context; 515 PurpleCipherContext *context;
516 char *productKey = MSNP13_WLM_PRODUCT_KEY, 516 char *productKey = MSNP15_WLM_PRODUCT_KEY,
517 *productID = MSNP13_WLM_PRODUCT_ID, 517 *productID = MSNP15_WLM_PRODUCT_ID,
518 *hexChars = "0123456789abcdef", 518 *hexChars = "0123456789abcdef",
519 buf[BUFSIZE]; 519 buf[BUFSIZE];
520 unsigned char md5Hash[16], *newHash; 520 unsigned char md5Hash[16], *newHash;
521 unsigned int *md5Parts, *chlStringParts, newHashParts[5]; 521 unsigned int *md5Parts, *chlStringParts, newHashParts[5];
522 522