Move logic for figuring out the record version out of record layer
[openssl.git] / test / default-and-legacy.cnf
1 openssl_conf = openssl_init
2
3 # Comment out the next line to ignore configuration errors
4 config_diagnostics = 1
5
6 [openssl_init]
7 providers = provider_sect
8
9 [provider_sect]
10 default = default_sect
11 legacy = legacy_sect
12
13 [default_sect]
14 activate = 1
15
16 [legacy_sect]
17 activate = 1