apps/speed.c: Fix eddsa sign and verify output with -multi option
Fixes #10261 CLA: trivial Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10285)
This commit is contained in:
parent
982efd7765
commit
1ac7e15375
1 changed files with 1 additions and 0 deletions
|
@ -3909,6 +3909,7 @@ static int do_multi(int multi, int size_num)
|
|||
p = buf + 4;
|
||||
k = atoi(sstrsep(&p, sep));
|
||||
sstrsep(&p, sep);
|
||||
sstrsep(&p, sep);
|
||||
|
||||
d = atof(sstrsep(&p, sep));
|
||||
eddsa_results[k][0] += d;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue