From a8c5ed812d1537728807059b4182d358bb2ca7c1 Mon Sep 17 00:00:00 2001 From: xemdetia Date: Tue, 18 Jul 2017 13:57:25 -0400 Subject: [PATCH] Document default section and library configuration It is talked around but not explicitly stated in one part of the documentation that you should put library configuration lines at the start of the configuration file. CLA: trivial Reviewed-by: Rich Salz Reviewed-by: Richard Levitte Reviewed-by: Ben Kaduk (Merged from https://github.com/openssl/openssl/pull/3959) --- doc/man5/config.pod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/man5/config.pod b/doc/man5/config.pod index ba9a8ab174..a7cc16b2c0 100644 --- a/doc/man5/config.pod +++ b/doc/man5/config.pod @@ -64,7 +64,9 @@ file. To enable library configuration the default section needs to contain an appropriate line which points to the main configuration section. The default name is B which is used by the B utility. Other -applications may use an alternative name such as B. +applications may use an alternative name such as B. +All library configuration lines appear in the default section at the start +of the configuration file. The configuration section should consist of a set of name value pairs which contain specific module configuration information. The B represents @@ -72,6 +74,7 @@ the name of the I the meaning of the B is module specific: it may, for example, represent a further configuration section containing configuration module specific information. E.g. + # This must be in the default section openssl_conf = openssl_init [openssl_init] -- GitLab