Changed createKeyDump to a less generic name (createMfcKeyDump).

This commit is contained in:
Matthias Konrath
2019-08-26 14:29:21 +02:00
parent 2edee59837
commit 236c2eb1d0
3 changed files with 5 additions and 30 deletions

View File

@@ -293,7 +293,7 @@ out:
return retval;
}
int createKeyDump(uint8_t sectorsCnt, sector_t *e_sector, char* fptr) {
int createMfcKeyDump(uint8_t sectorsCnt, sector_t *e_sector, char* fptr) {
uint8_t tmpKey[6] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};
int i;