mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
23 lines
356 B
Plaintext
23 lines
356 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
|
||
|
test = test_sect
|
||
|
|
||
|
[test_sect]
|
||
|
module = ../test/p_test.so
|
||
|
activate = false
|
||
|
|
||
|
[default_sect]
|
||
|
activate = true
|
||
|
|
||
|
[legacy_sect]
|
||
|
activate = false
|