From d30ea5831e0aedada3362a2d268e7bc836b93f27 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Thu, 26 Oct 2023 17:27:19 +0200 Subject: [PATCH] CI: Change the openssl_fips.cnf.tmpl and openssl_fips.cnf directories. --- .../fixtures/ssl/openssl_fips.cnf.tmpl | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 test/openssl/fixtures/ssl/openssl_fips.cnf.tmpl diff --git a/test/openssl/fixtures/ssl/openssl_fips.cnf.tmpl b/test/openssl/fixtures/ssl/openssl_fips.cnf.tmpl deleted file mode 100644 index be0768d52319e1..00000000000000 --- a/test/openssl/fixtures/ssl/openssl_fips.cnf.tmpl +++ /dev/null @@ -1,19 +0,0 @@ -config_diagnostics = 1 -openssl_conf = openssl_init - -# It seems that the .include needs an absolute path. -.include OPENSSL_DIR/ssl/fipsmodule.cnf - -[openssl_init] -providers = provider_sect -alg_section = algorithm_sect - -[provider_sect] -fips = fips_sect -base = base_sect - -[base_sect] -activate = 1 - -[algorithm_sect] -default_properties = fips=yes