summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ENGINE_init.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/ENGINE_init.3')
-rw-r--r--src/lib/libcrypto/man/ENGINE_init.318
1 files changed, 15 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/ENGINE_init.3 b/src/lib/libcrypto/man/ENGINE_init.3
index d94c6a8b66..d41d98a2f1 100644
--- a/src/lib/libcrypto/man/ENGINE_init.3
+++ b/src/lib/libcrypto/man/ENGINE_init.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ENGINE_init.3,v 1.1 2018/04/15 01:43:45 schwarze Exp $ 1.\" $OpenBSD: ENGINE_init.3,v 1.2 2018/04/18 03:39:22 schwarze Exp $
2.\" Copyright (c) 2018 Ingo Schwarze <schwarze@openbsd.org> 2.\" Copyright (c) 2018 Ingo Schwarze <schwarze@openbsd.org>
3.\" 3.\"
4.\" Permission to use, copy, modify, and distribute this software for any 4.\" Permission to use, copy, modify, and distribute this software for any
@@ -13,7 +13,7 @@
13.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 13.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15.\" 15.\"
16.Dd $Mdocdate: April 15 2018 $ 16.Dd $Mdocdate: April 18 2018 $
17.Dt ENGINE_INIT 3 17.Dt ENGINE_INIT 3
18.Os 18.Os
19.Sh NAME 19.Sh NAME
@@ -119,4 +119,16 @@ return a function pointer to the respective callback, or
119.Dv NULL 119.Dv NULL
120if none is installed. 120if none is installed.
121.Sh SEE ALSO 121.Sh SEE ALSO
122.Xr ENGINE_get_default_RSA 3 122.Xr ENGINE_add 3 ,
123.Xr ENGINE_ctrl 3 ,
124.Xr ENGINE_get_default_RSA 3 ,
125.Xr ENGINE_new 3 ,
126.Xr ENGINE_register_RSA 3 ,
127.Xr ENGINE_set_default 3 ,
128.Xr ENGINE_set_flags 3 ,
129.Xr ENGINE_set_RSA 3 ,
130.Xr ENGINE_unregister_RSA 3
131.Sh HISTORY
132These functions first appeared in OpenSSL 0.9.7
133and have been available since
134.Ox 2.9 .