]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix trace output for provider algorithm names
authorIlie Halip <ilie.halip@nxp.com>
Wed, 14 May 2025 14:40:21 +0000 (17:40 +0300)
committerTomas Mraz <tomas@openssl.org>
Fri, 16 May 2025 08:47:16 +0000 (10:47 +0200)
commit1094db3c4e57c4d537837912db3736299b50edef
treebb429af036a696307a44e264c3f2005f4d8a849f
parent0d3f0876ac1addda7ce044063e08ac68b39ad8b9
Fix trace output for provider algorithm names

Use the index variable to print out the provider algorithm details.

CLA: trivial

Signed-off-by: Ilie Halip <ilie.halip@nxp.com>
Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27624)
crypto/provider_core.c