summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ENGINE_ctrl.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/ENGINE_ctrl.327
1 files changed, 25 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/ENGINE_ctrl.3 b/src/lib/libcrypto/man/ENGINE_ctrl.3
index 6d64b9bb85..94d6dfc590 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.2 2018/04/15 17:44:59 schwarze Exp $ 1.\" $OpenBSD: ENGINE_ctrl.3,v 1.3 2018/04/18 03:39:22 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.\"
@@ -16,7 +16,7 @@
16.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 16.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 17.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18.\" 18.\"
19.Dd $Mdocdate: April 15 2018 $ 19.Dd $Mdocdate: April 18 2018 $
20.Dt ENGINE_CTRL 3 20.Dt ENGINE_CTRL 3
21.Os 21.Os
22.Sh NAME 22.Sh NAME
@@ -431,3 +431,26 @@ returns the array of command definitions installed in
431or 431or
432.Dv NULL 432.Dv NULL
433if none is installed. 433if none is installed.
434.Sh SEE ALSO
435.Xr ENGINE_add 3 ,
436.Xr ENGINE_init 3 ,
437.Xr ENGINE_new 3 ,
438.Xr ENGINE_register_RSA 3 ,
439.Xr ENGINE_set_flags 3 ,
440.Xr ENGINE_set_RSA 3
441.Sh HISTORY
442.Fn ENGINE_ctrl ,
443.Fn ENGINE_set_ctrl_function ,
444and
445.Fn ENGINE_get_ctrl_function
446first appeared in OpenSSL 0.9.7 and have been available since
447.Ox 2.9 .
448.Pp
449.Fn ENGINE_cmd_is_executable ,
450.Fn ENGINE_ctrl_cmd ,
451.Fn ENGINE_ctrl_cmd_string ,
452.Fn ENGINE_set_cmd_defns ,
453and
454.Fn ENGINE_get_cmd_defns
455first appeared in OpenSSL 0.9.7 and have been available since
456.Ox 3.2 .