mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 12:04:38 +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
264 B
Plaintext
14 lines
264 B
Plaintext
{- use platform -}
|
|
openssl_conf = openssl_init
|
|
|
|
[openssl_init]
|
|
providers = providers
|
|
|
|
[providers]
|
|
p_test_configured = p_test_configured
|
|
|
|
[p_test_configured]
|
|
module = {- platform->dso('p_test') -}
|
|
activate = 1
|
|
greeting = Hello OpenSSL, greetings from Test Provider
|