From: Saritha Date: Tue, 29 Oct 2019 06:40:55 +0000 (+0530) Subject: apps/speed.c: Fix eddsa sign and verify output with -multi option X-Git-Tag: openssl-3.0.0-alpha1~809 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1ac7e15375be39c8f03171c02658cf703f58217a;p=oweals%2Fopenssl.git apps/speed.c: Fix eddsa sign and verify output with -multi option Fixes #10261 CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/10285) --- 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;