1# Comment out the next line to ignore configuration errors
2config_diagnostics = 1
3
4{- use platform -}
5openssl_conf = openssl_init
6
7[openssl_init]
8providers = providers
9
10[providers]
11p_test_configured = p_test_configured
12
13[p_test_configured]
14module = {- platform->dso('p_test') -}
15activate = 1
16greeting = Hello OpenSSL, greetings from Test Provider
17