From 7bb82f92d94375e7673fe02cb8186595b2c539f2 Mon Sep 17 00:00:00 2001 From: Shane Lontis Date: Sun, 15 Sep 2019 19:55:10 +1000 Subject: Add fips module integrity check Add environment variable for setting CONF .include path Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9769) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fb08a3c5b0..9fdd588e4f 100644 --- a/.gitignore +++ b/.gitignore @@ -61,6 +61,8 @@ Makefile /test/rsa_complex # Other generated files in test/ /test/provider_internal_test.conf +/test/fipsinstall.conf +/providers/fipsinstall.conf # Certain files that get created by tests on the fly /test/test-runs -- cgit v1.2.3