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:
parent
bb1aab38a6
commit
f2a5c80ca4
@ -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++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user