X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/fe087813f65b2a08ee814ad78d1164ae7eac6db0..930763e86d35df9e1cdd88b0ab6f034c3428c4a1:/client/Makefile diff --git a/client/Makefile b/client/Makefile index fb6520a9..cadd7339 100644 --- a/client/Makefile +++ b/client/Makefile @@ -85,10 +85,11 @@ CORESRCS = uart_posix.c \ CMDSRCS = crapto1/crapto1.c\ crapto1/crypto1.c\ + polarssl/des.c \ + polarssl/aes.c\ mfkey.c\ loclass/cipher.c \ loclass/cipherutils.c \ - loclass/des.c \ loclass/ikeys.c \ loclass/elite_crack.c\ loclass/fileutils.c\ @@ -147,7 +148,6 @@ CMDSRCS = crapto1/crapto1.c\ cmdscript.c\ pm3_binlib.c\ pm3_bitlib.c\ - aes.c\ protocols.c\ sha1.c\ cmdcrc.c\