]> git.ipfire.org Git - thirdparty/openssl.git/commit
speed: Unify output messages regarding number of ops per time
authorIngo Franzki <ifranzki@linux.ibm.com>
Wed, 19 Jul 2023 08:49:44 +0000 (10:49 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 1 Aug 2023 17:10:39 +0000 (19:10 +0200)
commiteb2ff04cc75934fed2d8b6f3085d262978ae6033
treec27b0268e3725fcac888c8ccf4114debf7f019e9
parent0195df8baa12ac2f1364f55db09ba7fabb67df93
speed: Unify output messages regarding number of ops per time

Always report "<algo> ops in <time>", instead of "<algo>'s in <time>" or
similar. Avoid the use of apostrophes and/or plural with algorithm names.

Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21383)
apps/speed.c