diff options
author | slontis <shane.lontis@oracle.com> | 2024-08-22 06:07:33 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-08-23 21:25:41 +0200 |
commit | f2a5c80ca41e5b5b744cf3485c23366404861e3e (patch) | |
tree | 7179ad9ac872ff66d6ac7a69afc39f61ea0e84b0 /test | |
parent | FIPS: Add EDDSA public key validation. (diff) | |
download | openssl-f2a5c80ca41e5b5b744cf3485c23366404861e3e.tar.xz openssl-f2a5c80ca41e5b5b744cf3485c23366404861e3e.zip |
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)
Diffstat (limited to 'test')
-rw-r--r-- | test/evp_test.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/evp_test.c b/test/evp_test.c index 84e589cc7e..d290955806 100644 --- a/test/evp_test.c +++ b/test/evp_test.c @@ -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++; |