Fix copy/paste typo

pull/160/head
Daniele Lacamera 2021-12-14 17:19:43 +01:00
parent 845fd02edf
commit 32520b5260
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ static struct xmalloc_slot xmalloc_pool[] = {
{ (uint8_t *)sha_block, HASH_BLOCK_SIZE * sizeof(uint32_t), 0 },
#endif
{ (uint8_t *)aslide, GE448_WINDOW_BUF_SIZE, 0 },
{ (uint8_t *)aslide, GE448_WINDOW_BUF_SIZE, 0 },
{ (uint8_t *)bslide, GE448_WINDOW_BUF_SIZE, 0 },
{ (uint8_t *)&pi, sizeof(ge448_p2), 0 },
{ (uint8_t *)&p2, sizeof(ge448_p2), 0},
{ NULL, 0, 0}