]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Revert evp_test change that made "FIPSversion" skip the default provider.
authorslontis <shane.lontis@oracle.com>
Thu, 22 Aug 2024 04:07:33 +0000 (14:07 +1000)
committerTomas Mraz <tomas@openssl.org>
Fri, 23 Aug 2024 19:25:41 +0000 (21:25 +0200)
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)

test/evp_test.c

index 84e589cc7eaec69d954aa90c426fcea9cd36418d..d290955806d7fac2ce425731d0fd78555e3efe87 100644 (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++;