It works for me and it looks good to me. one note, consider the following lines
- btp_bin2hex(hash, bin_hash, BTP_SHA1_RESULT_BIN_LEN)[0] = '\0'; + btp_bin2hex(hash, bin_hash, sizeof(bin_hash))[0] = '\0'; Regards, Jakub On Wednesday 06 of June 2012 16:36:23 Michal Toman wrote: > please review > > M.
