mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-01 05:07:03 +08:00
pedantic fix
This commit is contained in:
parent
8ef0b4d092
commit
7026fd69fb
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ void PKISetStrictExecution(bool se) {
|
|||
strictExecution = se;
|
||||
}
|
||||
|
||||
static const unsigned char empty_tlv_value[] = {};
|
||||
static const unsigned char empty_tlv_value[] = {0};
|
||||
static const struct tlv empty_tlv = {.tag = 0x0, .len = 0, .value = empty_tlv_value};
|
||||
|
||||
static size_t emv_pki_hash_psn[256] = { 0, 0, 11, 2, 17, 2, };
|
||||
|
|
Loading…
Reference in a new issue