libsec: have 16 32-bit words in DigestState to avoid out of bounds warnings for poly1305
This commit is contained in:
parent
5ebb1a29d8
commit
4a92397236
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ struct DigestState
|
|||
{
|
||||
uvlong len;
|
||||
union {
|
||||
u32int state[8];
|
||||
u32int state[16];
|
||||
u64int bstate[8];
|
||||
};
|
||||
uchar buf[256];
|
||||
|
|
Loading…
Reference in a new issue