mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-21 14:54:36 +04:00
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>