diff options
Diffstat (limited to 'test/legacy.cnf')
-rw-r--r-- | test/legacy.cnf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/legacy.cnf b/test/legacy.cnf new file mode 100644 index 000000000000..ffbcbd16ba1b --- /dev/null +++ b/test/legacy.cnf @@ -0,0 +1,13 @@ +openssl_conf = openssl_init + +# Comment out the next line to ignore configuration errors +config_diagnostics = 1 + +[openssl_init] +providers = provider_sect + +[provider_sect] +legacy = legacy_sect + +[legacy_sect] +activate = 1 |