mirror of
https://github.com/openssl/openssl.git
synced 2024-12-03 05:41:46 +08:00
433deaffce
The default is openssl.cnf The project seems to prefer xxx.conf these days, but we should use the default convention. Rename all foo.conf (except for Configurations) to foo.cnf Fixes #11174 Reviewed-by: Paul Yang <kaishen.yy@antfin.com> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/11176)
14 lines
182 B
INI
14 lines
182 B
INI
openssl_conf = openssl_init
|
|
|
|
.include fipsinstall.cnf
|
|
|
|
[openssl_init]
|
|
providers = provider_sect
|
|
|
|
[provider_sect]
|
|
default = default_sect
|
|
fips = fips_sect
|
|
|
|
[default_sect]
|
|
activate = 1
|