diff options
-rw-r--r-- | src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 b/src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 index bcfb363ca4..bcaa57a9ad 100644 --- a/src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 +++ b/src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: OPENSSL_load_builtin_modules.3,v 1.6 2019/06/14 13:41:31 schwarze Exp $ | 1 | .\" $OpenBSD: OPENSSL_load_builtin_modules.3,v 1.7 2023/11/19 20:59:00 tb Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -48,13 +48,12 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: June 14 2019 $ | 51 | .Dd $Mdocdate: November 19 2023 $ |
52 | .Dt OPENSSL_LOAD_BUILTIN_MODULES 3 | 52 | .Dt OPENSSL_LOAD_BUILTIN_MODULES 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
55 | .Nm OPENSSL_load_builtin_modules , | 55 | .Nm OPENSSL_load_builtin_modules , |
56 | .Nm ASN1_add_oid_module , | 56 | .Nm ASN1_add_oid_module , |
57 | .Nm ENGINE_add_conf_module | ||
58 | .Nd add standard configuration modules | 57 | .Nd add standard configuration modules |
59 | .Sh SYNOPSIS | 58 | .Sh SYNOPSIS |
60 | .In openssl/conf.h | 59 | .In openssl/conf.h |
@@ -62,8 +61,6 @@ | |||
62 | .Fn OPENSSL_load_builtin_modules void | 61 | .Fn OPENSSL_load_builtin_modules void |
63 | .Ft void | 62 | .Ft void |
64 | .Fn ASN1_add_oid_module void | 63 | .Fn ASN1_add_oid_module void |
65 | .Ft void | ||
66 | .Fn ENGINE_add_conf_module void | ||
67 | .Sh DESCRIPTION | 64 | .Sh DESCRIPTION |
68 | The function | 65 | The function |
69 | .Fn OPENSSL_load_builtin_modules | 66 | .Fn OPENSSL_load_builtin_modules |
@@ -74,9 +71,6 @@ They can then be used by the OpenSSL configuration code. | |||
74 | .Fn ASN1_add_oid_module | 71 | .Fn ASN1_add_oid_module |
75 | adds just the ASN.1 OBJECT module. | 72 | adds just the ASN.1 OBJECT module. |
76 | .Pp | 73 | .Pp |
77 | .Fn ENGINE_add_conf_module | ||
78 | adds just the ENGINE configuration module. | ||
79 | .Pp | ||
80 | If the simple configuration function | 74 | If the simple configuration function |
81 | .Xr OPENSSL_config 3 | 75 | .Xr OPENSSL_config 3 |
82 | is called then | 76 | is called then |