projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7cbb8a
)
Fix copy&paste error found in Coverity scan
author
Tomas Mraz
<tmraz@fedoraproject.org>
Tue, 9 Oct 2018 16:37:10 +0000
(18:37 +0200)
committer
Nicola Tuveri
<nic.tuv@gmail.com>
Sat, 13 Oct 2018 03:44:46 +0000
(06:44 +0300)
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7377)
(cherry picked from commit
628ee796389b555ddb5fc28355e16e9417ab1724
)
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index 3ef37b78a65899690f8402183e6dd32aa376b43d..6672fe606ac032a70288b1bb314126d7240d1c41 100644
(file)
--- a/
apps/speed.c
+++ b/
apps/speed.c
@@
-2541,7
+2541,7
@@
int speed_main(int argc, char **argv)
if (rsa_count <= 1) {
/* if longer than 10s, don't do any more */
- for (testnum++; testnum < EC_NUM; testnum++)
+ for (testnum++; testnum < EC
DSA
_NUM; testnum++)
ecdsa_doit[testnum] = 0;
}
}