blob: cf5ca8d11415188f2b47ec8e7a5f1a0cd9736a27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
|