diff options
Diffstat (limited to 'src/lib/libcrypto/man/BN_CTX_new.3')
-rw-r--r-- | src/lib/libcrypto/man/BN_CTX_new.3 | 14 |
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 |
47 | frees the components of the | 47 | frees the components of the |
48 | .Vt BN_CTX , | 48 | .Vt BN_CTX |
49 | and if it was created by | 49 | and, if it was created by |
50 | .Fn BN_CTX_new , | 50 | .Fn BN_CTX_new , |
51 | also the structure itself. | 51 | also the structure itself. |
52 | If | 52 | If |
@@ -88,6 +88,6 @@ return no value. | |||
88 | .Fn BN_CTX_new | 88 | .Fn BN_CTX_new |
89 | and | 89 | and |
90 | .Fn BN_CTX_free | 90 | .Fn BN_CTX_free |
91 | are available in all versions on SSLeay and OpenSSL. | 91 | are available in all versions of SSLeay and OpenSSL. |
92 | .Fn BN_CTX_init | 92 | .Fn BN_CTX_init |
93 | was added in SSLeay 0.9.1b. | 93 | was added in SSLeay 0.9.1b. |