PM3 Master PR: https://github.com/Proxmark/proxmark3/pull/167

Adjusted the ENUM names to fit in my fork.  We need a better namestandard for it.
This commit is contained in:
iceman1001 2016-03-04 19:06:47 +01:00
commit 0db11b71ef
12 changed files with 2409 additions and 9 deletions

View file

@ -3,7 +3,6 @@
#include <string.h>
#include <stdarg.h>
#include "aes.h"
#define MAX_CRYPTO_BLOCK_SIZE 16
@ -110,8 +109,6 @@ enum DESFIRE_FILE_TYPES {
MDFT_CYCLIC_RECORD_FILE_WITH_BACKUP = 0x04
};
enum DESFIRE_STATUS {
OPERATION_OK = 0x00,
NO_CHANGES = 0x0c,