[openssl/openssl] f2ade1: openssl speed -multi -evp prints wrong algorithm name
Jörg Sommer
noreply at github.com
Wed Jun 28 09:08:07 UTC 2023
Branch: refs/heads/openssl-3.0
Home: https://github.com/openssl/openssl
Commit: f2ade1527b44848081c8d16c9acdd9acc8847c6e
https://github.com/openssl/openssl/commit/f2ade1527b44848081c8d16c9acdd9acc8847c6e
Author: Jörg Sommer <joerg at jo-so.de>
Date: 2023-06-28 (Wed, 28 Jun 2023)
Changed paths:
M apps/speed.c
Log Message:
-----------
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 at jo-so.de>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21216)
(cherry picked from commit 33c09341bb081682535be0450ff6032df47ea141)
More information about the openssl-commits
mailing list