summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libcrypto/man/BN_CTX_new.326
1 files changed, 3 insertions, 23 deletions
diff --git a/lib/libcrypto/man/BN_CTX_new.3 b/lib/libcrypto/man/BN_CTX_new.3
index 01b1e447a73..336b9188967 100644
--- a/lib/libcrypto/man/BN_CTX_new.3
+++ b/lib/libcrypto/man/BN_CTX_new.3
@@ -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>.
@@ -48,13 +48,12 @@
.\" 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
@@ -66,13 +65,6 @@
.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 .