mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
Grr...teach me not to test before committing...
This commit is contained in:
parent
c2827bb3d7
commit
81d5367062
1 changed files with 1 additions and 1 deletions
|
@ -50,6 +50,6 @@ void Com_BlockFullChecksum (void *buffer, int len, unsigned char *outbuf)
|
||||||
|
|
||||||
mdfour_begin (&md);
|
mdfour_begin (&md);
|
||||||
mdfour_update (&md, (unsigned char *) buffer, len);
|
mdfour_update (&md, (unsigned char *) buffer, len);
|
||||||
mdfour_final (&md, outbuf);
|
mdfour_result (&md, outbuf);
|
||||||
// mdfour ( outbuf, (unsigned char *) buffer, len );
|
// mdfour ( outbuf, (unsigned char *) buffer, len );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue