# 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 |