xref: /freebsd/crypto/openssl/test/default-and-legacy.cnf (revision 53120fbb68952b7d620c2c0e1cf05c5017fc1b27)
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
12
13[default_sect]
14activate = 1
15
16[legacy_sect]
17activate = 1
18