summaryrefslogtreecommitdiff
path: root/libnet/src/libnet_crc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnet/src/libnet_crc.c')
-rw-r--r--libnet/src/libnet_crc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnet/src/libnet_crc.c b/libnet/src/libnet_crc.c
index 886f5dc..85c3056 100644
--- a/libnet/src/libnet_crc.c
+++ b/libnet/src/libnet_crc.c
@@ -33,7 +33,7 @@
#include "common.h"
/* CRC routines based off of sample code in appendix of RFC 2083 */
-static uint crc_table[256] =
+static uint32_t crc_table[256] =
{
0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f,
0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4, 0xe0d5e91e, 0x97d2d988,