Mastercard compute cryptographic checksum result will print anyway

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

View file

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