]> git.ipfire.org Git - thirdparty/openssl.git/commit
test: fix no-cache problem with the quality comparison for KDFs.
authorPauli <ppzgs1@gmail.com>
Mon, 8 Feb 2021 02:01:20 +0000 (12:01 +1000)
committerPauli <ppzgs1@gmail.com>
Fri, 12 Feb 2021 02:28:55 +0000 (12:28 +1000)
commitb5873b31761e68015f4943ab137fc5e63323342e
tree9adffe7cf91c95852e6cb28d82be9bf57ed70c88
parentaea01d13135565680c7b1bc74222f5b2bf3f66c4
test: fix no-cache problem with the quality comparison for KDFs.

In a caching world, it's fine to compare the pointers directly.  In a
non-caching world, the names and providers need to be compared.

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