diff options
Diffstat (limited to 'test/provider_internal_test.cnf.in')
-rw-r--r-- | test/provider_internal_test.cnf.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/provider_internal_test.cnf.in b/test/provider_internal_test.cnf.in new file mode 100644 index 000000000000..16c555c84494 --- /dev/null +++ b/test/provider_internal_test.cnf.in @@ -0,0 +1,16 @@ +# Comment out the next line to ignore configuration errors +config_diagnostics = 1 + +{- use platform -} +openssl_conf = openssl_init + +[openssl_init] +providers = providers + +[providers] +p_test_configured = p_test_configured + +[p_test_configured] +module = {- platform->dso('p_test') -} +activate = 1 +greeting = Hello OpenSSL, greetings from Test Provider |