diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-11-06 16:49:03 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-11-06 16:49:03 +0000 |
commit | 4309d59f0ee2e74948659640c7a94c41aba3ab25 (patch) | |
tree | 338b3486789cf357d106259f8eee027318bd4d30 /lib | |
parent | 84328843adc6a537e1dab6912950b9c2903df2e9 (diff) |
document ENGINE_add_conf_module(3) in one page, not in two
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/engine.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libcrypto/man/engine.3 b/lib/libcrypto/man/engine.3 index 7ecc5f3bb22..8707ca8df56 100644 --- a/lib/libcrypto/man/engine.3 +++ b/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 |