EVP_default_properties_enable_fips
int EVP_default_properties_enable_fips(OSSL_LIB_CTX *libctx, int enable);
EVP_default_properties_enable_fips(libctx, 1);
if (!TEST_true(EVP_default_properties_enable_fips(ctx, 1)))
if (!TEST_true(EVP_default_properties_enable_fips(ctx, 0)))
&& TEST_true(EVP_default_properties_enable_fips(ctx, 1))
&& TEST_true(EVP_default_properties_enable_fips(ctx, 0))