mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
small improvement
This commit is contained in:
parent
56c9bcc03a
commit
25d6a1274f
2 changed files with 2 additions and 2 deletions
|
@ -1283,7 +1283,7 @@ int CmdEMVExec(const char *cmd) {
|
|||
|
||||
|
||||
// needs to send AC2 command (res == ARQC)
|
||||
if ((CID & 0xc0) == 0x80) {
|
||||
if ((CID & EMVAC_AC_MASK) == EMVAC_ARQC) {
|
||||
PrintAndLogEx(NORMAL, "\n* * Calc CDOL2");
|
||||
struct tlv *cdol2_data_tlv = dol_process(tlvdb_get(tlvRoot, 0x8d, NULL), tlvRoot, 0x01); // 0x01 - dummy tag
|
||||
if (!cdol2_data_tlv) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue