libpurple/protocols/jabber/jutil.c

changeset 31294
73607ab89c6f
parent 30455
8fa81888c974
child 31509
992ad686ba0b
equal deleted inserted replaced
31293:169eeb43b52c 31294:73607ab89c6f
729 729
730 return NULL; 730 return NULL;
731 } 731 }
732 732
733 char * 733 char *
734 jabber_calculate_data_hash(gconstpointer data, size_t len, 734 jabber_calculate_data_hash(gconstpointer data, size_t len,
735 const gchar *hash_algo) 735 const gchar *hash_algo)
736 { 736 {
737 PurpleCipherContext *context; 737 PurpleCipherContext *context;
738 static gchar digest[129]; /* 512 bits hex + \0 */ 738 static gchar digest[129]; /* 512 bits hex + \0 */
739 739

mercurial