diff options
author | Rich Salz <rsalz@akamai.com> | 2020-02-25 19:25:13 +0100 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2020-03-06 18:25:13 +0100 |
commit | 433deaffce45d58efd6bb014672f7fb95062d458 (patch) | |
tree | 46a9c26d39abe72bd7f8b0681931655199d954b6 /test/P2ss.cnf | |
parent | Remove unused files (diff) | |
download | openssl-433deaffce45d58efd6bb014672f7fb95062d458.tar.xz openssl-433deaffce45d58efd6bb014672f7fb95062d458.zip |
Use .cnf for config files, not .conf
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)
Diffstat (limited to 'test/P2ss.cnf')
-rw-r--r-- | test/P2ss.cnf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/P2ss.cnf b/test/P2ss.cnf index 5adaecc7d5..8d4f3c8a68 100644 --- a/test/P2ss.cnf +++ b/test/P2ss.cnf @@ -1,7 +1,3 @@ -# -# SSLeay example configuration file. -# This is mostly being used for generation of certificate requests. -# #################################################################### [ req ] |