diff options
Diffstat (limited to 'src/lib/libcrypto/man/openssl.cnf.5')
-rw-r--r-- | src/lib/libcrypto/man/openssl.cnf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/openssl.cnf.5 b/src/lib/libcrypto/man/openssl.cnf.5 index ae56869b8b..48ca66cf4b 100644 --- a/src/lib/libcrypto/man/openssl.cnf.5 +++ b/src/lib/libcrypto/man/openssl.cnf.5 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.cnf.5,v 1.7 2020/02/17 12:52:42 inoguchi Exp $ | 1 | .\" $OpenBSD: openssl.cnf.5,v 1.8 2022/03/31 17:27:17 naddy Exp $ |
2 | .\" full merge up to: OpenSSL man5/config b53338cb Feb 28 12:30:28 2017 +0100 | 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 | .\" selective merge up to: OpenSSL a8c5ed81 Jul 18 13:57:25 2017 -0400 |
4 | .\" | 4 | .\" |
@@ -50,7 +50,7 @@ | |||
50 | .\" 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 |
51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
52 | .\" | 52 | .\" |
53 | .Dd $Mdocdate: February 17 2020 $ | 53 | .Dd $Mdocdate: March 31 2022 $ |
54 | .Dt OPENSSL.CNF 5 | 54 | .Dt OPENSSL.CNF 5 |
55 | .Os | 55 | .Os |
56 | .Sh NAME | 56 | .Sh NAME |
@@ -265,7 +265,7 @@ bar = bar_section | |||
265 | The command | 265 | The command |
266 | .Ic engine_id | 266 | .Ic engine_id |
267 | is used to give the ENGINE name. | 267 | is used to give the ENGINE name. |
268 | If used this command must be first. | 268 | If used, this command must be first. |
269 | For example: | 269 | For example: |
270 | .Bd -literal -offset indent | 270 | .Bd -literal -offset indent |
271 | [engine_section] | 271 | [engine_section] |
@@ -305,7 +305,7 @@ The command | |||
305 | sets the default algorithms an ENGINE will supply using the functions | 305 | sets the default algorithms an ENGINE will supply using the functions |
306 | .Xr ENGINE_set_default_string 3 . | 306 | .Xr ENGINE_set_default_string 3 . |
307 | .Pp | 307 | .Pp |
308 | If the name matches none of the above command names it is assumed | 308 | If the name matches none of the above command names, it is assumed |
309 | to be a ctrl command which is sent to the ENGINE. | 309 | to be a ctrl command which is sent to the ENGINE. |
310 | The value of the command is the argument to the ctrl command. | 310 | The value of the command is the argument to the ctrl command. |
311 | If the value is the string | 311 | If the value is the string |