diff options
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r-- | src/lib/libcrypto/man/engine.3 | 5 |
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 |
482 | These functions create, manipulate, and use cryptographic modules | 480 | These functions create, manipulate, and use cryptographic modules |
483 | in the form of | 481 | in the form of |
@@ -1186,5 +1184,6 @@ remove any requirement for applications to explicitly use the "dynamic" | |||
1186 | to bind to shared-library implementations. | 1184 | to 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 |