blob: 6d743e80a4344f757bff0405994316a04d026b3d (
plain)
1
2
3
4
5
|
#define cert_width 9
#define cert_height 9
static unsigned char cert_bits[] = {
0xff, 0x01, 0x7d, 0x01, 0x7d, 0x01, 0x7d, 0x01, 0x55, 0x01, 0x01, 0x01,
0x61, 0x01, 0x01, 0x01, 0xff, 0x01 };
|