mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
14 lines
264 B
Plaintext
14 lines
264 B
Plaintext
|
{- 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
|