-.\" $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
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
.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 .