Rename mifare_desfire_authenticate.c to mifare_desfire_crypto.c.

This commit is contained in:
Romain Tartiere 2010-12-18 02:50:38 +00:00
parent d098bf623f
commit 683cbdf64f
3 changed files with 1 additions and 3 deletions

2
TODO
View file

@ -9,5 +9,3 @@
up and is now between 25 and 100 lines of code (depending of my refactoring
mood). The main drawbacks are poor readability, redundant code in the
binary, debuggers don't cope well with macros, and by design it sucks.
[ ] libfreefare/mifare_desfire_authenticate.c should be renamed to a better name
such as libfreefare/mifare_desfire_crypto.c.

View file

@ -10,7 +10,7 @@ libfreefare_la_SOURCES = freefare.c \
mifare_ultralight.c \
mifare_desfire.c \
mifare_desfire_aid.c \
mifare_desfire_authenticate.c \
mifare_desfire_crypto.c \
mifare_desfire_error.c \
mifare_desfire_key.c \
mad.c \