]> git.ipfire.org Git - thirdparty/openssl.git/commit
openssl speed -multi -evp prints wrong algorithm name
authorJörg Sommer <joerg@jo-so.de>
Thu, 15 Jun 2023 16:16:49 +0000 (18:16 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 28 Jun 2023 09:05:14 +0000 (11:05 +0200)
commit33c09341bb081682535be0450ff6032df47ea141
treeb02dc3c34ca47e9d65c6f5cef91762219b94cc06
parent15821a48e558d595895fc8cf1c9c038d7c455550
openssl speed -multi -evp prints wrong algorithm name

When running `openssl speed -evp md5` the result shows `md5` as algorithm
name. But when adding the option `-multi 2` it gives `evp` as algorithm
name.

Signed-off-by: Jörg Sommer <joerg@jo-so.de>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21216)
apps/speed.c