mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07: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;
|
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 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, };
|
static size_t emv_pki_hash_psn[256] = { 0, 0, 11, 2, 17, 2, };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue