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.
This commit is contained in:
Steffen Jaeckel 2017-03-01 14:31:02 +01:00 committed by Karel Miko
parent 4ef8c27031
commit 90da7e71e1

View File

@ -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++) {