diff options
Diffstat (limited to '')
-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 |