Files
Christian Marangi 23cc215273 miax: add additional fix patch and fix broken MD5 on 64bit
Add additional fix patch for compilation error/warning and fix broken
MD5 support on 64bit.

The compilation warning actually discover a very old BUG that produced
wrong MD5 calculation on 64bit systems.

The BUG was caused by the use of unsigned long for uint32. On 64 bit
systems, unsigned long is actually 8 bytes instead of the expected 4
bytes.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-20 11:38:01 +01:00
..
2015-06-25 16:15:47 +02:00