md5 result is 16 bytes, not 20

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19268 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rtogni 2006-07-30 21:50:10 +00:00
parent 78a534a906
commit 0b85735f5d
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ static void hexdump (const char *buf, int length) {
static void calc_response_string (char *result, char *challenge) {
char zres[20];
char zres[16];
int i;
av_md5_sum(zres, challenge, 64);