Browse Source

disable DSA4096 timing tests when building for TFM

this fixes #260
Steffen Jaeckel 8 years ago
parent
commit
c29c9f140d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      demos/timing.c

+ 3 - 1
demos/timing.c

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