removed static keyword
This commit is contained in:
committed by
Andreas Steffen
parent
29505b2cd6
commit
8ab124a2f7
@@ -24,7 +24,7 @@
|
|||||||
/* Create a fake EK cert for talking to PCA */
|
/* Create a fake EK cert for talking to PCA */
|
||||||
/* Not a valid signature, just a holder for the Endorsement Key */
|
/* Not a valid signature, just a holder for the Endorsement Key */
|
||||||
|
|
||||||
static char fakeEKCert[0x41a] = {
|
char fakeEKCert[0x41a] = {
|
||||||
/* 00000000 */ 0x30, 0x82, 0x04, 0x16, 0x30, 0x82, 0x02, 0xfe,
|
/* 00000000 */ 0x30, 0x82, 0x04, 0x16, 0x30, 0x82, 0x02, 0xfe,
|
||||||
0xa0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x10, 0x40, /* |0...0..........@| */
|
0xa0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x10, 0x40, /* |0...0..........@| */
|
||||||
/* 00000010 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
/* 00000010 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||||
|
|||||||
Reference in New Issue
Block a user