From 90da7e71e1dcb2ed1911524f85c7d8e14b396d2f Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Wed, 1 Mar 2017 14:31:02 +0100 Subject: [PATCH] There's no need running the same test multiple times If there would be some random input okay, but like that it's just running the same functionality over and over again. --- testprof/ecc_test.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/testprof/ecc_test.c b/testprof/ecc_test.c index 60512af..b95fa93 100644 --- a/testprof/ecc_test.c +++ b/testprof/ecc_test.c @@ -112,10 +112,6 @@ int ecc_tests (void) int stat, stat2; ecc_key usera, userb, pubKey, privKey; - DO(ecc_test ()); - DO(ecc_test ()); - DO(ecc_test ()); - DO(ecc_test ()); DO(ecc_test ()); for (s = 0; s < (sizeof(sizes)/sizeof(sizes[0])); s++) {