This commit is contained in:
Florent Kermarrec 2019-09-09 15:12:24 +02:00
commit cb5f1467cf

View file

@ -68,7 +68,6 @@ static const unsigned int crc_table[256] = {
unsigned int crc32(const unsigned char *buffer, unsigned int len)
{
return 0;
unsigned int crc;
crc = 0;
crc = crc ^ 0xffffffffL;