diff options
| author | schwarze <> | 2018-04-15 17:44:59 +0000 |
|---|---|---|
| committer | schwarze <> | 2018-04-15 17:44:59 +0000 |
| commit | bd01d4824e311a5cdae5cdc67d969217389f1957 (patch) | |
| tree | e477f0c3dbb6aa886f318bf4fe89b8dc95e98f10 /src/lib/libcrypto/man/ENGINE_ctrl.3 | |
| parent | 2e8a8076843788f75a575d4d38dfd4dcf9874870 (diff) | |
| download | openbsd-bd01d4824e311a5cdae5cdc67d969217389f1957.tar.gz openbsd-bd01d4824e311a5cdae5cdc67d969217389f1957.tar.bz2 openbsd-bd01d4824e311a5cdae5cdc67d969217389f1957.zip | |
add a few new sentences regarding the big picture
Diffstat (limited to 'src/lib/libcrypto/man/ENGINE_ctrl.3')
| -rw-r--r-- | src/lib/libcrypto/man/ENGINE_ctrl.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/ENGINE_ctrl.3 b/src/lib/libcrypto/man/ENGINE_ctrl.3 index 1672f2976e..6d64b9bb85 100644 --- a/src/lib/libcrypto/man/ENGINE_ctrl.3 +++ b/src/lib/libcrypto/man/ENGINE_ctrl.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: ENGINE_ctrl.3,v 1.1 2018/04/15 01:43:45 schwarze Exp $ | 1 | .\" $OpenBSD: ENGINE_ctrl.3,v 1.2 2018/04/15 17:44:59 schwarze Exp $ |
| 2 | .\" content checked up to: | 2 | .\" content checked up to: |
| 3 | .\" OpenSSL ENGINE_add 1f13ad31 Dec 25 17:50:39 2017 +0800 | 3 | .\" OpenSSL ENGINE_add 1f13ad31 Dec 25 17:50:39 2017 +0800 |
| 4 | .\" | 4 | .\" |
| @@ -96,6 +96,11 @@ passing the arguments | |||
| 96 | and | 96 | and |
| 97 | .Fa p . | 97 | .Fa p . |
| 98 | .Pp | 98 | .Pp |
| 99 | User-defined commands can be used before | ||
| 100 | .Xr ENGINE_init 3 | ||
| 101 | to provide data required for initialization | ||
| 102 | or at any time to modify the behaviour of an engine. | ||
| 103 | .Pp | ||
| 99 | Most built-in commands operate on user-defined commands installed with | 104 | Most built-in commands operate on user-defined commands installed with |
| 100 | .Fn ENGINE_set_cmd_defns , | 105 | .Fn ENGINE_set_cmd_defns , |
| 101 | either using the | 106 | either using the |
