The branch master has been updated
via 1ac7e15375be39c8f03171c02658cf703f58217a (commit)
from 982efd7765f42ba0329e5db6e3434b072d90842c (commit)
- Log -----------------------------------------------------------------
commit 1ac7e15375be39c8f03171c02658cf703f58217a
Author: Saritha <[email protected]>
Date: Tue Oct 29 12:10:55 2019 +0530
apps/speed.c: Fix eddsa sign and verify output with -multi option
Fixes #10261
CLA: trivial
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/10285)
-----------------------------------------------------------------------
Summary of changes:
apps/speed.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/apps/speed.c b/apps/speed.c
index d8d6f0a1ef..fa306c9f7e 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -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;