aboutsummaryrefslogtreecommitdiff
path: root/test/default-and-legacy.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'test/default-and-legacy.cnf')
-rw-r--r--test/default-and-legacy.cnf17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/default-and-legacy.cnf b/test/default-and-legacy.cnf
new file mode 100644
index 000000000000..4e288a45eac8
--- /dev/null
+++ b/test/default-and-legacy.cnf
@@ -0,0 +1,17 @@
+openssl_conf = openssl_init
+
+# Comment out the next line to ignore configuration errors
+config_diagnostics = 1
+
+[openssl_init]
+providers = provider_sect
+
+[provider_sect]
+default = default_sect
+legacy = legacy_sect
+
+[default_sect]
+activate = 1
+
+[legacy_sect]
+activate = 1