mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
14 lines
172 B
Plaintext
14 lines
172 B
Plaintext
|
openssl_conf = openssl_init
|
||
|
|
||
|
.include fipsmodule.cnf
|
||
|
|
||
|
[openssl_init]
|
||
|
providers = provider_sect
|
||
|
|
||
|
[provider_sect]
|
||
|
fips = fips_sect
|
||
|
base = base_sect
|
||
|
|
||
|
[base_sect]
|
||
|
activate = 1
|