mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
Mastercard compute cryptographic checksum result will print anyway
This commit is contained in:
parent
2245673262
commit
01a10bade7
1 changed files with 4 additions and 4 deletions
|
@ -1048,10 +1048,10 @@ int CmdEMVExec(const char *cmd) {
|
||||||
dreturn(9);
|
dreturn(9);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (decodeTLV) {
|
// Mastercard compute cryptographic checksum result
|
||||||
TLVPrintFromBuffer(buf, len);
|
TLVPrintFromBuffer(buf, len);
|
||||||
PrintAndLogEx(NORMAL, "");
|
PrintAndLogEx(NORMAL, "");
|
||||||
}
|
|
||||||
free(udol_data_tlv);
|
free(udol_data_tlv);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue