Files
@ r27440:a8ea984125b3
Branch filter:
Location: cpp/openttd-patchpack/source/src/3rdparty/md5/md5.h
r27440:a8ea984125b3
3.0 KiB
text/x-c
Fix d9a04ba446: Ensure MD5Hash is initialized. (#10876)
Not all instances need to be initialized as often they are copied or
written to, but doing all ensures no surprises.
Move the ^= operator to MD5Hash while we're at it.
Not all instances need to be initialized as often they are copied or
written to, but doing all ensures no surprises.
Move the ^= operator to MD5Hash while we're at it.