Revert evp_test change that made "FIPSversion" skip the default provider.

Fixes #25199
This should be done using "Availablein" if required.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25267)
This commit is contained in:
slontis 2024-08-22 14:07:33 +10:00 committed by Tomas Mraz
parent bb1aab38a6
commit f2a5c80ca4

View File

@ -4930,11 +4930,6 @@ start:
t->skip = 1;
return 0;
}
} else {
TEST_info("skipping, FIPS provider not active: %s:%d",
t->s.test_file, t->s.start);
t->skip = 1;
return 0;
}
skipped++;
pp++;