ENGINE_add_conf_module() no longer exists
authortb <tb@openbsd.org>
Sun, 19 Nov 2023 20:59:00 +0000 (20:59 +0000)
committertb <tb@openbsd.org>
Sun, 19 Nov 2023 20:59:00 +0000 (20:59 +0000)
lib/libcrypto/man/OPENSSL_load_builtin_modules.3

index bcfb363..bcaa57a 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: OPENSSL_load_builtin_modules.3,v 1.6 2019/06/14 13:41:31 schwarze Exp $
+.\"    $OpenBSD: OPENSSL_load_builtin_modules.3,v 1.7 2023/11/19 20:59:00 tb Exp $
 .\"    OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
 .\"
 .\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 .\" OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: June 14 2019 $
+.Dd $Mdocdate: November 19 2023 $
 .Dt OPENSSL_LOAD_BUILTIN_MODULES 3
 .Os
 .Sh NAME
 .Nm OPENSSL_load_builtin_modules ,
 .Nm ASN1_add_oid_module ,
-.Nm ENGINE_add_conf_module
 .Nd add standard configuration modules
 .Sh SYNOPSIS
 .In openssl/conf.h
@@ -62,8 +61,6 @@
 .Fn OPENSSL_load_builtin_modules void
 .Ft void
 .Fn ASN1_add_oid_module void
-.Ft void
-.Fn ENGINE_add_conf_module void
 .Sh DESCRIPTION
 The function
 .Fn OPENSSL_load_builtin_modules
@@ -74,9 +71,6 @@ They can then be used by the OpenSSL configuration code.
 .Fn ASN1_add_oid_module
 adds just the ASN.1 OBJECT module.
 .Pp
-.Fn ENGINE_add_conf_module
-adds just the ENGINE configuration module.
-.Pp
 If the simple configuration function
 .Xr OPENSSL_config 3
 is called then