Skip to content

Commit d5002f7

Browse files
committed
Fixes: footprint size increased
1 parent ae1820c commit d5002f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/test.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -990,9 +990,9 @@ test-size-all:
990990
make keysclean
991991
make test-size SIGN=ED25519 LIMIT=11448 NO_ARM_ASM=1
992992
make keysclean
993-
make test-size SIGN=ECC256 LIMIT=17968 NO_ARM_ASM=1
993+
make test-size SIGN=ECC256 LIMIT=17988 NO_ARM_ASM=1
994994
make clean
995-
make test-size SIGN=ECC256 NO_ASM=1 LIMIT=13512 NO_ARM_ASM=1
995+
make test-size SIGN=ECC256 NO_ASM=1 LIMIT=13536 NO_ARM_ASM=1
996996
make keysclean
997997
make test-size SIGN=RSA2048 LIMIT=11232 NO_ARM_ASM=1
998998
make clean

0 commit comments

Comments
 (0)