- Timestamp:
- 2015-01-31T23:58:57Z (10 years ago)
- Branches:
- master
- Children:
- 0ca1d79
- Parents:
- e41cc40
- git-author:
- dequis <dx@…> (18-01-15 06:39:20)
- git-committer:
- dequis <dx@…> (31-01-15 23:58:57)
- Location:
- protocols/jabber
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.c
re41cc40 r34afea7 317 317 318 318 xt_free( jd->xt ); 319 320 md5_free( &jd->cached_id_prefix ); 319 321 320 322 g_free( jd->oauth2_access_token ); -
protocols/jabber/jabber_util.c
re41cc40 r34afea7 148 148 id_hash = jd->cached_id_prefix; 149 149 md5_append( &id_hash, (md5_byte_t*) &next_id, sizeof( next_id ) ); 150 md5_ finish( &id_hash, id_sum );150 md5_digest_keep( &id_hash, id_sum ); 151 151 asc_hash = base64_encode( id_sum, 12 ); 152 152
Note: See TracChangeset
for help on using the changeset viewer.