summaryrefslogtreecommitdiffstats
path: root/test/defltfips_test.c
AgeCommit message (Collapse)Author
2020-08-17Test that EVP_default_properties_is_fips_enabled() works earlyMatt Caswell
We check that EVP_default_properties_is_fips_enabled() is working even before other function calls have auto-loaded the config file. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12567)