mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
d81709316f
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25434)
22 lines
370 B
INI
22 lines
370 B
INI
openssl_conf = openssl_init
|
|
|
|
# Comment out the next line to ignore configuration errors
|
|
config_diagnostics = 1
|
|
|
|
[openssl_init]
|
|
providers = provider_sect
|
|
alg_section = evp_properties
|
|
|
|
[provider_sect]
|
|
default = default_sect
|
|
legacy = legacy_sect
|
|
|
|
[default_sect]
|
|
activate = true
|
|
|
|
[legacy_sect]
|
|
activate = false
|
|
|
|
[evp_properties]
|
|
default_properties="test.fizzbuzz=buzzfizz"
|