From 3d83b58b50a328b2bedd63cb102158a8c43c07ef Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 12 Mar 2015 10:10:22 +0100 Subject: [PATCH] ADD: added a reference to a generic CRC-8 checksum algo in common/crc.c --- client/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/client/Makefile b/client/Makefile index dd702aed..d85eed55 100644 --- a/client/Makefile +++ b/client/Makefile @@ -70,6 +70,7 @@ CMDSRCS = nonce2key/crapto1.c\ loclass/elite_crack.c\ loclass/fileutils.c\ mifarehost.c\ + crc.c \ crc16.c \ crc64.c \ iso14443crc.c \ -- 2.39.2