mirror of
https://github.com/openssl/openssl.git
synced 2025-02-05 14:10:53 +08:00
A follow-up to #26038 Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/26197)
19 lines
301 B
INI
19 lines
301 B
INI
openssl_conf = openssl_init
|
|
|
|
# Comment out the next line to ignore configuration errors
|
|
config_diagnostics = 1
|
|
|
|
[openssl_init]
|
|
providers = provider_sect
|
|
|
|
[provider_sect]
|
|
test = test_sect
|
|
default = default_sect
|
|
|
|
[test_sect]
|
|
module = ../test/p_test.so
|
|
activate = true
|
|
|
|
[default_sect]
|
|
activate = true
|