Skip to content

Commit

Permalink
pedantic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed Nov 5, 2023
1 parent 8ef0b4d commit 7026fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/emv/emv_pki.c
Original file line number Diff line number Diff line change
Expand Up @@ -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, };
Expand Down

0 comments on commit 7026fd6

Please sign in to comment.