Loading apps/speed.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2947,7 +2947,7 @@ int speed_main(int argc, char **argv) if (rsa_count <= 1) { if (rsa_count <= 1) { /* if longer than 10s, don't do any more */ /* if longer than 10s, don't do any more */ for (testnum++; testnum < EC_NUM; testnum++) for (testnum++; testnum < ECDSA_NUM; testnum++) ecdsa_doit[testnum] = 0; ecdsa_doit[testnum] = 0; } } } } Loading Loading
apps/speed.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2947,7 +2947,7 @@ int speed_main(int argc, char **argv) if (rsa_count <= 1) { if (rsa_count <= 1) { /* if longer than 10s, don't do any more */ /* if longer than 10s, don't do any more */ for (testnum++; testnum < EC_NUM; testnum++) for (testnum++; testnum < ECDSA_NUM; testnum++) ecdsa_doit[testnum] = 0; ecdsa_doit[testnum] = 0; } } } } Loading