mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-03 13:13:30 +01:00
18 lines
271 B
Plaintext
18 lines
271 B
Plaintext
|
openssl_conf = openssl_init
|
||
|
|
||
|
# Comment out the next line to ignore configuration errors
|
||
|
config_diagnostics = 1
|
||
|
|
||
|
[openssl_init]
|
||
|
providers = provider_sect
|
||
|
|
||
|
[provider_sect]
|
||
|
default = default_sect
|
||
|
legacy = legacy_sect
|
||
|
|
||
|
[default_sect]
|
||
|
activate = 1
|
||
|
|
||
|
[legacy_sect]
|
||
|
activate = 1
|