summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/engine.3
diff options
context:
space:
mode:
authorschwarze <>2016-11-06 16:49:02 +0000
committerschwarze <>2016-11-06 16:49:02 +0000
commit47907328d7c540829168655ab9962937ec5204f9 (patch)
tree5d93228e0e8c44c14a56d540bc50bd620abcc86f /src/lib/libcrypto/man/engine.3
parent379596c1acd9b2f915f18af335fad8894d73afd0 (diff)
downloadopenbsd-47907328d7c540829168655ab9962937ec5204f9.tar.gz
openbsd-47907328d7c540829168655ab9962937ec5204f9.tar.bz2
openbsd-47907328d7c540829168655ab9962937ec5204f9.zip
document ENGINE_add_conf_module(3) in one page, not in two
Diffstat (limited to 'src/lib/libcrypto/man/engine.3')
-rw-r--r--src/lib/libcrypto/man/engine.35
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/engine.3 b/src/lib/libcrypto/man/engine.3
index 7ecc5f3bb2..8707ca8df5 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.2 2016/11/06 15:52:50 jmc Exp $ 1.\" $OpenBSD: engine.3,v 1.3 2016/11/06 16:49:02 schwarze Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 6 2016 $ 3.Dd $Mdocdate: November 6 2016 $
4.Dt ENGINE 3 4.Dt ENGINE 3
@@ -476,8 +476,6 @@
476.Fa "UI_METHOD *ui_method" 476.Fa "UI_METHOD *ui_method"
477.Fa "void *callback_data" 477.Fa "void *callback_data"
478.Fc 478.Fc
479.Ft void
480.Fn ENGINE_add_conf_module void
481.Sh DESCRIPTION 479.Sh DESCRIPTION
482These functions create, manipulate, and use cryptographic modules 480These functions create, manipulate, and use cryptographic modules
483in the form of 481in the form of
@@ -1186,5 +1184,6 @@ remove any requirement for applications to explicitly use the "dynamic"
1186to bind to shared-library implementations. 1184to bind to shared-library implementations.
1187.Sh SEE ALSO 1185.Sh SEE ALSO
1188.Xr dh 3 , 1186.Xr dh 3 ,
1187.Xr ENGINE_add_conf_module 3 ,
1189.Xr dsa 3 , 1188.Xr dsa 3 ,
1190.Xr rsa 3 1189.Xr rsa 3