mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-01 12:53:27 +01:00
17 lines
347 B
Plaintext
17 lines
347 B
Plaintext
# 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
|