evp_test: Skip testcase if r parameter is unsupported
authorTomas Mraz <tomas@openssl.org>
Wed, 9 Feb 2022 10:23:01 +0000 (11:23 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 11 Feb 2022 08:05:30 +0000 (09:05 +0100)
commitbbbd1210b43d7a7aff60ccc3c92561beaf6b2bb3
treeaef1c02d4d8e151127f9a9ca314f565b56c71c54
parent3fdf4b9365900889b54734a348012eae38dedce5
evp_test: Skip testcase if r parameter is unsupported

The r parameter of the KBKDF is unsupported by 3.0 FIPS module.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17671)
test/evp_test.c