Fix copy&paste error found in Coverity scan

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7377)
This commit is contained in:
Tomas Mraz 2018-10-09 18:37:10 +02:00 committed by Nicola Tuveri
parent d1c008f66b
commit 628ee79638

View file

@ -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;
} }
} }