| 902 url = cmd->params[2]; |
902 url = cmd->params[2]; |
| 903 |
903 |
| 904 g_snprintf(buf, sizeof(buf), "%s%lu%s", |
904 g_snprintf(buf, sizeof(buf), "%s%lu%s", |
| 905 session->passport_info.mspauth, |
905 session->passport_info.mspauth, |
| 906 time(NULL) - session->passport_info.sl, |
906 time(NULL) - session->passport_info.sl, |
| 907 gaim_account_get_password(account)); |
907 gaim_connection_get_password(account->gc)); |
| 908 |
908 |
| 909 cipher = gaim_ciphers_find_cipher("md5"); |
909 cipher = gaim_ciphers_find_cipher("md5"); |
| 910 context = gaim_cipher_context_new(cipher, NULL); |
910 context = gaim_cipher_context_new(cipher, NULL); |
| 911 |
911 |
| 912 gaim_cipher_context_append(context, buf, strlen(buf)); |
912 gaim_cipher_context_append(context, buf, strlen(buf)); |