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;