mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
e2f72313cc
Different providers will give different results, and we need to test them all. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9398)
11 lines
139 B
INI
11 lines
139 B
INI
openssl_conf = openssl_init
|
|
|
|
[openssl_init]
|
|
providers = provider_sect
|
|
|
|
[provider_sect]
|
|
default = default_sect
|
|
|
|
[default_sect]
|
|
activate = 1
|