Add support for Mifare DESFire EV1 with AES encryption.

This commit is contained in:
Romain Tartiere 2010-12-15 12:43:31 +00:00
parent 1070d9bfde
commit 42f9457d9f
19 changed files with 2238 additions and 268 deletions

View file

@ -173,7 +173,7 @@ main(int argc, char *argv[])
mifare_desfire_disconnect (tags[i]);
break;
default: // Should not happen
warnx ("Unsupported UID length %d.", tag_uid_len);
warnx ("Unsupported UID length %d.", (int) tag_uid_len);
error = EXIT_FAILURE;
break;
}