]> git.ipfire.org Git - thirdparty/openssl.git/commit
evp_kdf_test: skip "engine" parameters when checking for updatability.
authorPauli <ppzgs1@gmail.com>
Wed, 2 Jul 2025 07:22:51 +0000 (17:22 +1000)
committerTomas Mraz <tomas@openssl.org>
Thu, 31 Jul 2025 18:21:25 +0000 (20:21 +0200)
commit5a4a43a60ac8da63e60e68f6607cd5e7fc71b7ea
tree47743188a4b5502a82f25f776d32710ad14a5040
parent9aec76e6f9ce4349cf6262ca8e365a34a8853cec
evp_kdf_test: skip "engine" parameters when checking for updatability.

The code already skips "properties" and "engines" behaves the same.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27923)
test/evp_kdf_test.c