]> 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:51 +0000 (11:05 +0200)
commitf41c7125f76ddfbb656aaf982ffbaf726cb5fd29
tree2c5b7f509c36b150fdb21c927feb37459bf7c5db
parent0dee3b0421047354abd0b70cedd4c1bceaf323b0
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)

(cherry picked from commit 33c09341bb081682535be0450ff6032df47ea141)
apps/speed.c