X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/9f7bbd24c9eabeed1cb92376750a549f9476f3ad..07b5a3c3ba774ec93007827cf1233b4edb699bad:/client/Makefile diff --git a/client/Makefile b/client/Makefile index 81af0149..d7126da6 100644 --- a/client/Makefile +++ b/client/Makefile @@ -68,6 +68,7 @@ CMDSRCS = nonce2key/crapto1.c\ mifarehost.c\ crc.c \ crc16.c \ + crc64.c \ iso14443crc.c \ iso15693tools.c \ data.c \ @@ -101,6 +102,7 @@ CMDSRCS = nonce2key/crapto1.c\ pm3_bitlib.c\ aes.c\ protocols.c\ + sha1.c\ COREOBJS = $(CORESRCS:%.c=$(OBJDIR)/%.o)