Remove BN_CTX_init() documentation
authortb <tb@openbsd.org>
Tue, 25 Apr 2023 17:21:51 +0000 (17:21 +0000)
committertb <tb@openbsd.org>
Tue, 25 Apr 2023 17:21:51 +0000 (17:21 +0000)
lib/libcrypto/man/BN_CTX_new.3

index 01b1e44..336b918 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: BN_CTX_new.3,v 1.9 2019/06/10 14:58:48 schwarze Exp $
+.\"    $OpenBSD: BN_CTX_new.3,v 1.10 2023/04/25 17:21:51 tb Exp $
 .\"    OpenSSL aafbe1cc Jun 12 23:42:08 2013 +0100
 .\"
 .\" This file was written by Ulf Moeller <ulf@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 10 2019 $
+.Dd $Mdocdate: April 25 2023 $
 .Dt BN_CTX_NEW 3
 .Os
 .Sh NAME
 .Nm BN_CTX_new ,
-.Nm BN_CTX_free ,
-.Nm BN_CTX_init
+.Nm BN_CTX_free
 .Nd allocate and free BN_CTX structures
 .Sh SYNOPSIS
 .In openssl/bn.h
 .Fo BN_CTX_free
 .Fa "BN_CTX *c"
 .Fc
-.Pp
-Deprecated:
-.Pp
-.Ft void
-.Fo BN_CTX_init
-.Fa "BN_CTX *c"
-.Fc
 .Sh DESCRIPTION
 A
 .Vt BN_CTX
@@ -111,14 +103,6 @@ If
 is a
 .Dv NULL
 pointer, no action occurs.
-.Pp
-.Fn BN_CTX_init
-(deprecated) initializes an existing uninitialized
-.Vt BN_CTX .
-This should not be used for new programs.
-Use
-.Fn BN_CTX_new
-instead.
 .Sh RETURN VALUES
 .Fn BN_CTX_new
 returns a pointer to the
@@ -137,7 +121,3 @@ and
 .Fn BN_CTX_free
 first appeared in SSLeay 0.5.1 and have been available since
 .Ox 2.4 .
-.Pp
-.Fn BN_CTX_init
-first appeared in SSLeay 0.9.1 and has been available since
-.Ox 2.6 .