summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BN_CTX_new.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/BN_CTX_new.3')
-rw-r--r--src/lib/libcrypto/man/BN_CTX_new.314
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/libcrypto/man/BN_CTX_new.3 b/src/lib/libcrypto/man/BN_CTX_new.3
index 5165f3bea2..5883ae7e9c 100644
--- a/src/lib/libcrypto/man/BN_CTX_new.3
+++ b/src/lib/libcrypto/man/BN_CTX_new.3
@@ -1,12 +1,12 @@
1.\" $OpenBSD: BN_CTX_new.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ 1.\" $OpenBSD: BN_CTX_new.3,v 1.3 2016/11/08 22:19:45 jmc Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 6 2016 $ 3.Dd $Mdocdate: November 8 2016 $
4.Dt BN_CTX_NEW 3 4.Dt BN_CTX_NEW 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
7.Nm BN_CTX_new , 7.Nm BN_CTX_new ,
8.Nm BN_CTX_init , 8.Nm BN_CTX_free ,
9.Nm BN_CTX_free 9.Nm BN_CTX_init
10.Nd allocate and free BN_CTX structures 10.Nd allocate and free BN_CTX structures
11.Sh SYNOPSIS 11.Sh SYNOPSIS
12.In openssl/bn.h 12.In openssl/bn.h
@@ -45,8 +45,8 @@ structure.
45.Pp 45.Pp
46.Fn BN_CTX_free 46.Fn BN_CTX_free
47frees the components of the 47frees the components of the
48.Vt BN_CTX , 48.Vt BN_CTX
49and if it was created by 49and, if it was created by
50.Fn BN_CTX_new , 50.Fn BN_CTX_new ,
51also the structure itself. 51also the structure itself.
52If 52If
@@ -88,6 +88,6 @@ return no value.
88.Fn BN_CTX_new 88.Fn BN_CTX_new
89and 89and
90.Fn BN_CTX_free 90.Fn BN_CTX_free
91are available in all versions on SSLeay and OpenSSL. 91are available in all versions of SSLeay and OpenSSL.
92.Fn BN_CTX_init 92.Fn BN_CTX_init
93was added in SSLeay 0.9.1b. 93was added in SSLeay 0.9.1b.