From 39c000fb53766d738e6ded128e687a067da66d0b Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 9 May 2020 12:27:53 +0200 Subject: [PATCH] missing field initialise --- client/src/emv/test/cda_test.c | 1 + client/src/emv/test/dda_test.c | 1 + client/src/emv/test/sda_test.c | 1 + 3 files changed, 3 insertions(+) diff --git a/client/src/emv/test/cda_test.c b/client/src/emv/test/cda_test.c index 38f756073..72f076a54 100644 --- a/client/src/emv/test/cda_test.c +++ b/client/src/emv/test/cda_test.c @@ -56,6 +56,7 @@ struct emv_pk c_mchip_05 = { 0x10, 0xd2, 0x7b, 0x3e, 0xfc, 0xcd, 0x8f, 0x83, 0xde, 0x30, 0x52, 0xca, 0xd1, 0xe4, 0x89, 0x38, 0xc6, 0x8d, 0x09, 0x5a, 0xac, 0x91, 0xb5, 0xf3, 0x7e, 0x28, 0xbb, 0x49, 0xec, 0x7e, 0xd5, 0x97, }, + .expire = 0, }; const unsigned char c_issuer_cert[] = { diff --git a/client/src/emv/test/dda_test.c b/client/src/emv/test/dda_test.c index a23a046dc..55e2830ad 100644 --- a/client/src/emv/test/dda_test.c +++ b/client/src/emv/test/dda_test.c @@ -57,6 +57,7 @@ struct emv_pk mchip_05 = { 0x10, 0xd2, 0x7b, 0x3e, 0xfc, 0xcd, 0x8f, 0x83, 0xde, 0x30, 0x52, 0xca, 0xd1, 0xe4, 0x89, 0x38, 0xc6, 0x8d, 0x09, 0x5a, 0xac, 0x91, 0xb5, 0xf3, 0x7e, 0x28, 0xbb, 0x49, 0xec, 0x7e, 0xd5, 0x97, }, + .expire = 0, }; const unsigned char d_issuer_cert[] = { diff --git a/client/src/emv/test/sda_test.c b/client/src/emv/test/sda_test.c index 86f201e58..c8da53d7a 100644 --- a/client/src/emv/test/sda_test.c +++ b/client/src/emv/test/sda_test.c @@ -53,6 +53,7 @@ struct emv_pk vsdc_01 = { 0xbc, 0xa2, 0x12, 0x4a, 0x30, 0xa2, 0x8f, 0x54, 0x40, 0x2c, 0x34, 0xae, 0xca, 0x33, 0x1a, 0xb6, 0x7e, 0x1e, 0x79, 0xb2, 0x85, 0xdd, 0x57, 0x71, 0xb5, 0xd9, 0xff, 0x79, 0xea, 0x63, 0x0b, 0x75, }, + .expire = 0, }; const unsigned char issuer_cert[] = {