Fixed stack size for ECC384 + FAST_MATH

pull/193/head
Daniele Lacamera 2022-04-07 16:51:55 +02:00
parent 411bf3330c
commit b32aaee4d4
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ ifeq ($(SIGN),ECC384)
else ifeq ($(WOLFTPM),1)
STACK_USAGE=6680
else ifneq ($(SPMATH),1)
STACK_USAGE=6056
STACK_USAGE=11248
else
STACK_USAGE=5880
endif