summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ENGINE_ctrl.3
diff options
context:
space:
mode:
authorschwarze <>2018-04-15 17:44:59 +0000
committerschwarze <>2018-04-15 17:44:59 +0000
commit2fb49f4f518d023f648fcb1aa6d0c6a4dd10f80c (patch)
treee477f0c3dbb6aa886f318bf4fe89b8dc95e98f10 /src/lib/libcrypto/man/ENGINE_ctrl.3
parent8e0d0015d803e2db303942ec42a2e187853cb399 (diff)
downloadopenbsd-2fb49f4f518d023f648fcb1aa6d0c6a4dd10f80c.tar.gz
openbsd-2fb49f4f518d023f648fcb1aa6d0c6a4dd10f80c.tar.bz2
openbsd-2fb49f4f518d023f648fcb1aa6d0c6a4dd10f80c.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.37
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
96and 96and
97.Fa p . 97.Fa p .
98.Pp 98.Pp
99User-defined commands can be used before
100.Xr ENGINE_init 3
101to provide data required for initialization
102or at any time to modify the behaviour of an engine.
103.Pp
99Most built-in commands operate on user-defined commands installed with 104Most built-in commands operate on user-defined commands installed with
100.Fn ENGINE_set_cmd_defns , 105.Fn ENGINE_set_cmd_defns ,
101either using the 106either using the