This reverts commit
464c1011b02936850fc779739013dba52650840a.
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19631)
#ifndef OPENSSL_NO_DH
ADD_TEST(kem_invalid_keytype);
#endif
- /*
- * The FIPS provider doesn't have 3DES, so we skip this test if
- * FIPS is available. It's not perfect because FIPS + default might be
- * loaded but it's good enough.
- */
#ifndef OPENSSL_NO_DES
- if (!OSSL_PROVIDER_available(libctx, "fips"))
- ADD_TEST(test_cipher_tdes_randkey);
+ ADD_TEST(test_cipher_tdes_randkey);
#endif
return 1;
}