mirror of https://github.com/wolfSSL/wolfBoot.git
Fix copy/paste typo
parent
845fd02edf
commit
32520b5260
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue