From d13541791b1ab4315d7d1aeb1d528bdcc8b6d872 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 8 Jan 2019 20:20:16 +0100 Subject: [PATCH] chg: tlvtag can be 4bytes.. --- client/emv/tlv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/emv/tlv.h b/client/emv/tlv.h index e3c7c97fa..d2a55525f 100644 --- a/client/emv/tlv.h +++ b/client/emv/tlv.h @@ -22,7 +22,7 @@ #include #include -typedef uint16_t tlv_tag_t; +typedef uint32_t tlv_tag_t; struct tlv { tlv_tag_t tag;