comparison libpurple/protocols/yahoo/yahoo.c @ 22021:c72ea83f34d6

Fix my typo
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 06 Jan 2008 21:47:02 +0000
parents 4163dcf643ae
children eeba86c553be
comparison
equal deleted inserted replaced
22020:4163dcf643ae 22021:c72ea83f34d6
1545 char *challenge_lookup = "qzec2tb3um1olpar8whx4dfgijknsvy5"; 1545 char *challenge_lookup = "qzec2tb3um1olpar8whx4dfgijknsvy5";
1546 char *operand_lookup = "+|&%/*^-"; 1546 char *operand_lookup = "+|&%/*^-";
1547 char *delimit_lookup = ",;"; 1547 char *delimit_lookup = ",;";
1548 1548
1549 char *password_hash = (char *)g_malloc(25); 1549 char *password_hash = (char *)g_malloc(25);
1550 char *crypt_hashi = (char *)g_malloc(25); 1550 char *crypt_hash = (char *)g_malloc(25);
1551 char *crypt_result = NULL; 1551 char *crypt_result = NULL;
1552 1552
1553 unsigned char pass_hash_xor1[64]; 1553 unsigned char pass_hash_xor1[64];
1554 unsigned char pass_hash_xor2[64]; 1554 unsigned char pass_hash_xor2[64];
1555 unsigned char crypt_hash_xor1[64]; 1555 unsigned char crypt_hash_xor1[64];