Mastercard compute cryptographic checksum result will print anyway

This commit is contained in:
merlokk 2018-12-03 18:49:54 +02:00
parent 2245673262
commit 01a10bade7

View file

@ -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);
}