diff options
-rw-r--r-- | src/lib/libcrypto/man/openssl.cnf.5 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/openssl.cnf.5 b/src/lib/libcrypto/man/openssl.cnf.5 index de21a5d973..d95ccdcfbf 100644 --- a/src/lib/libcrypto/man/openssl.cnf.5 +++ b/src/lib/libcrypto/man/openssl.cnf.5 | |||
@@ -1,8 +1,9 @@ | |||
1 | .\" $OpenBSD: openssl.cnf.5,v 1.3 2017/07/06 15:42:04 schwarze Exp $ | 1 | .\" $OpenBSD: openssl.cnf.5,v 1.4 2018/02/16 18:21:57 schwarze Exp $ |
2 | .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" full merge up to: OpenSSL man5/config b53338cb Feb 28 12:30:28 2017 +0100 |
3 | .\" selective merge up to: OpenSSL a8c5ed81 Jul 18 13:57:25 2017 -0400 | ||
3 | .\" | 4 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 5 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
5 | .\" Copyright (c) 1999, 2000, 2004, 2013, 2015, 2016 The OpenSSL Project. | 6 | .\" Copyright (c) 1999, 2000, 2004, 2013, 2015, 2016, 2017 The OpenSSL Project. |
6 | .\" All rights reserved. | 7 | .\" All rights reserved. |
7 | .\" | 8 | .\" |
8 | .\" Redistribution and use in source and binary forms, with or without | 9 | .\" Redistribution and use in source and binary forms, with or without |
@@ -49,7 +50,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 52 | .\" |
52 | .Dd $Mdocdate: July 6 2017 $ | 53 | .Dd $Mdocdate: February 16 2018 $ |
53 | .Dt OPENSSL.CNF 5 | 54 | .Dt OPENSSL.CNF 5 |
54 | .Os | 55 | .Os |
55 | .Sh NAME | 56 | .Sh NAME |
@@ -169,6 +170,8 @@ which is used by the | |||
169 | utility. | 170 | utility. |
170 | Other applications may use an alternative name such as | 171 | Other applications may use an alternative name such as |
171 | .Sy myapplication_conf . | 172 | .Sy myapplication_conf . |
173 | All library configuration lines appear in the default section | ||
174 | at the start of the configuration file. | ||
172 | .Pp | 175 | .Pp |
173 | The configuration section should consist of a set of name value pairs | 176 | The configuration section should consist of a set of name value pairs |
174 | which contain specific module configuration information. | 177 | which contain specific module configuration information. |
@@ -182,6 +185,7 @@ configuration section containing configuration module specific | |||
182 | information. | 185 | information. |
183 | For example: | 186 | For example: |
184 | .Bd -literal -offset indent | 187 | .Bd -literal -offset indent |
188 | # The following line must be in the default section. | ||
185 | openssl_conf = openssl_init | 189 | openssl_conf = openssl_init |
186 | 190 | ||
187 | [openssl_init] | 191 | [openssl_init] |