Commit 628ee796 authored by Tomas Mraz's avatar Tomas Mraz Committed by Nicola Tuveri
Browse files

Fix copy&paste error found in Coverity scan

parent d1c008f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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;
            }
            }
        }
        }