Welcome to mirror list, hosted at ThFree Co, Russian Federation.

default-and-legacy.cnf « test - github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4e288a45eac8be1fffe0b98f2199e1c2431acaee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
openssl_conf = openssl_init

# Comment out the next line to ignore configuration errors
config_diagnostics = 1

[openssl_init]
providers = provider_sect

[provider_sect]
default = default_sect
legacy = legacy_sect

[default_sect]
activate = 1

[legacy_sect]
activate = 1