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