mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-22 21:04:14 +00:00
public: fix compiling
This commit is contained in:
parent
c53985c0bc
commit
eb652d53ac
@ -295,7 +295,7 @@ void MD5Final( byte digest[16], MD5Context_t *ctx )
|
|||||||
|
|
||||||
// set the first char of padding to 0x80.
|
// set the first char of padding to 0x80.
|
||||||
// this is safe since there is always at least one byte free
|
// this is safe since there is always at least one byte free
|
||||||
p = ctx->in + count;
|
p = (byte*)ctx->in + count;
|
||||||
*p++ = 0x80;
|
*p++ = 0x80;
|
||||||
|
|
||||||
// bytes of padding needed to make 64 bytes
|
// bytes of padding needed to make 64 bytes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user