mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-15 19:59:34 +08: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);
|
||||
}
|
||||
|
||||
if (decodeTLV) {
|
||||
TLVPrintFromBuffer(buf, len);
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
}
|
||||
// Mastercard compute cryptographic checksum result
|
||||
TLVPrintFromBuffer(buf, len);
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
|
||||
free(udol_data_tlv);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue