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_1_1_1e~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d28ddc65cfb6fc66f916d095ea74dd9c2e5679ba;p=thirdparty%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) (cherry picked from commit 1ac7e15375be39c8f03171c02658cf703f58217a) --- diff --git a/apps/speed.c b/apps/speed.c index d396b3acca..88cbdf01af 100644 --- a/apps/speed.c +++ b/apps/speed.c @@ -3584,6 +3584,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;