fix: local struct member 'poly_div' not referenced
This commit is contained in:
parent
f6ea738fee
commit
04262d3aec
@ -19,17 +19,13 @@
|
|||||||
|
|
||||||
static const struct {
|
static const struct {
|
||||||
int len;
|
int len;
|
||||||
unsigned char poly_div[MAXBLOCKSIZE],
|
unsigned char poly_mul[MAXBLOCKSIZE];
|
||||||
poly_mul[MAXBLOCKSIZE];
|
|
||||||
} polys[] = {
|
} polys[] = {
|
||||||
{
|
{
|
||||||
8,
|
8,
|
||||||
{ 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0D },
|
|
||||||
{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1B }
|
{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1B }
|
||||||
}, {
|
}, {
|
||||||
16,
|
16,
|
||||||
{ 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x43 },
|
|
||||||
{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x87 }
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x87 }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user