summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/engine.3
diff options
context:
space:
mode:
authorschwarze <>2017-01-06 20:35:23 +0000
committerschwarze <>2017-01-06 20:35:23 +0000
commit9720c334a5598f4cad39e8b78395c905b8c401c8 (patch)
treed003daca6de46dc484e564c4565a9af56eb02763 /src/lib/libcrypto/man/engine.3
parent4a8a297e78d953b5d20a438b82529d1e37d254bd (diff)
downloadopenbsd-9720c334a5598f4cad39e8b78395c905b8c401c8.tar.gz
openbsd-9720c334a5598f4cad39e8b78395c905b8c401c8.tar.bz2
openbsd-9720c334a5598f4cad39e8b78395c905b8c401c8.zip
resolve duplication of names and prototypes in manuals related to ex_data
and sprinkle cross references instead; more work is obviously needed here
Diffstat (limited to 'src/lib/libcrypto/man/engine.3')
-rw-r--r--src/lib/libcrypto/man/engine.324
1 files changed, 3 insertions, 21 deletions
diff --git a/src/lib/libcrypto/man/engine.3 b/src/lib/libcrypto/man/engine.3
index b3219f24f3..a8ef6a8951 100644
--- a/src/lib/libcrypto/man/engine.3
+++ b/src/lib/libcrypto/man/engine.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: engine.3,v 1.9 2016/12/11 12:21:48 schwarze Exp $ 1.\" $OpenBSD: engine.3,v 1.10 2017/01/06 20:35:23 schwarze Exp $
2.\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 2.\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400
3.\" 3.\"
4.\" This file was written by Geoff Thorpe <geoff@openssl.org>. 4.\" This file was written by Geoff Thorpe <geoff@openssl.org>.
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: December 11 2016 $ 52.Dd $Mdocdate: January 6 2017 $
53.Dt ENGINE 3 53.Dt ENGINE 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -301,25 +301,6 @@
301.Fa "const char *arg" 301.Fa "const char *arg"
302.Fa "int cmd_optional" 302.Fa "int cmd_optional"
303.Fc 303.Fc
304.Ft int
305.Fo ENGINE_set_ex_data
306.Fa "ENGINE *e"
307.Fa "int idx"
308.Fa "void *arg"
309.Fc
310.Ft void *
311.Fo ENGINE_get_ex_data
312.Fa "const ENGINE *e"
313.Fa "int idx"
314.Fc
315.Ft int
316.Fo ENGINE_get_ex_new_index
317.Fa "long argl"
318.Fa "void *argp"
319.Fa "CRYPTO_EX_new *new_func"
320.Fa "CRYPTO_EX_dup *dup_func"
321.Fa "CRYPTO_EX_free *free_func"
322.Fc
323.Ft ENGINE * 304.Ft ENGINE *
324.Fn ENGINE_new void 305.Fn ENGINE_new void
325.Ft int 306.Ft int
@@ -1220,4 +1201,5 @@ extension).
1220.Xr DH_new 3 , 1201.Xr DH_new 3 ,
1221.Xr DSA_new 3 , 1202.Xr DSA_new 3 ,
1222.Xr ENGINE_add_conf_module 3 , 1203.Xr ENGINE_add_conf_module 3 ,
1204.Xr ENGINE_set_ex_data 3 ,
1223.Xr RSA_new 3 1205.Xr RSA_new 3