From: iceman1001 Date: Thu, 12 Mar 2015 09:10:22 +0000 (+0100) Subject: ADD: added a reference to a generic CRC-8 checksum algo in common/crc.c X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/3d83b58b50a328b2bedd63cb102158a8c43c07ef ADD: added a reference to a generic CRC-8 checksum algo in common/crc.c --- 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 \