]> git.ipfire.org Git - thirdparty/openssl.git/blame - test/pathed.cnf
threads_pthread.c: change inline to ossl_inline
[thirdparty/openssl.git] / test / pathed.cnf
CommitLineData
91a77cbf
NH
1openssl_conf = openssl_init
2
3# Comment out the next line to ignore configuration errors
4config_diagnostics = 1
5
6[openssl_init]
7providers = provider_sect
8
9[provider_sect]
10default = default_sect
11legacy = legacy_sect
12test = test_sect
13
14[test_sect]
15module = ../test/p_test.so
16activate = false
17
18[default_sect]
19activate = true
20
21[legacy_sect]
22activate = false