mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
test: fix unit tests for fips CRNG tests
To match changes in #25526 Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25536)
This commit is contained in:
parent
d927eb2950
commit
0081964805
@ -177,7 +177,7 @@ int setup_tests(void)
|
||||
ADD_TEST(test_rand_uniform);
|
||||
|
||||
if (OSSL_PROVIDER_available(NULL, "fips")
|
||||
&& fips_provider_version_ge(NULL, 3, 5, 0))
|
||||
&& fips_provider_version_ge(NULL, 3, 4, 0))
|
||||
ADD_TEST(fips_health_tests);
|
||||
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user