Rename mifare_desfire_authenticate.c to mifare_desfire_crypto.c.
This commit is contained in:
parent
d098bf623f
commit
683cbdf64f
3 changed files with 1 additions and 3 deletions
2
TODO
2
TODO
|
@ -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.
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue