mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
18 lines
260 B
Plaintext
18 lines
260 B
Plaintext
|
openssl_conf = openssl_init
|
||
|
|
||
|
# Comment out the next line to ignore configuration errors
|
||
|
config_diagnostics = 1
|
||
|
|
||
|
[openssl_init]
|
||
|
providers = provider_sect
|
||
|
random = random
|
||
|
|
||
|
[provider_sect]
|
||
|
default = default_sect
|
||
|
|
||
|
[default_sect]
|
||
|
activate = 1
|
||
|
|
||
|
[random]
|
||
|
seed=JITTER
|