xref: /freebsd/crypto/openssl/test/nocache-and-default.cnf (revision 4757b351ea9d59d71d4a38b82506d2d16fcd560d)
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]
10test    = test_sect
11default = default_sect
12
13[test_sect]
14module = ../test/p_test.so
15activate = true
16
17[default_sect]
18activate = true
19