disable DSA4096 timing tests when building for TFM

this fixes #260
This commit is contained in:
Steffen Jaeckel 2017-08-08 08:47:58 +02:00
parent 227838bb09
commit c29c9f140d

View File

@ -660,7 +660,9 @@ static const struct {
{ 20, 128 }, { 20, 128 },
{ 24, 192 }, { 24, 192 },
{ 28, 256 }, { 28, 256 },
{ 32, 512 } #ifndef TFM_DESC
{ 32, 512 },
#endif
}; };
for (x = 0; x < (sizeof(groups)/sizeof(groups[0])); x++) { for (x = 0; x < (sizeof(groups)/sizeof(groups[0])); x++) {