From 47907328d7c540829168655ab9962937ec5204f9 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sun, 6 Nov 2016 16:49:02 +0000 Subject: document ENGINE_add_conf_module(3) in one page, not in two --- src/lib/libcrypto/man/engine.3 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/man/engine.3') 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 @@ -.\" $OpenBSD: engine.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ +.\" $OpenBSD: engine.3,v 1.3 2016/11/06 16:49:02 schwarze Exp $ .\" .Dd $Mdocdate: November 6 2016 $ .Dt ENGINE 3 @@ -476,8 +476,6 @@ .Fa "UI_METHOD *ui_method" .Fa "void *callback_data" .Fc -.Ft void -.Fn ENGINE_add_conf_module void .Sh DESCRIPTION These functions create, manipulate, and use cryptographic modules in the form of @@ -1186,5 +1184,6 @@ remove any requirement for applications to explicitly use the "dynamic" to bind to shared-library implementations. .Sh SEE ALSO .Xr dh 3 , +.Xr ENGINE_add_conf_module 3 , .Xr dsa 3 , .Xr rsa 3 -- cgit v1.2.3-55-g6feb