diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/BN_new.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BN_new.3 b/src/lib/libcrypto/man/BN_new.3 index 87bdd70534..84e6a79e03 100644 --- a/src/lib/libcrypto/man/BN_new.3 +++ b/src/lib/libcrypto/man/BN_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BN_new.3,v 1.10 2018/02/13 01:59:16 schwarze Exp $ | 1 | .\" $OpenBSD: BN_new.3,v 1.11 2018/03/20 20:26:23 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL man3/BN_new 2457c19d Mar 6 08:43:36 2004 +0000 | 2 | .\" full merge up to: OpenSSL man3/BN_new 2457c19d Mar 6 08:43:36 2004 +0000 |
3 | .\" selective merge up to: man3/BN_new 681acb31 Sep 29 13:10:34 2017 +0200 | 3 | .\" selective merge up to: man3/BN_new 681acb31 Sep 29 13:10:34 2017 +0200 |
4 | .\" full merge up to: OpenSSL man7/bn 05ea606a May 20 20:52:46 2016 -0400 | 4 | .\" full merge up to: OpenSSL man7/bn 05ea606a May 20 20:52:46 2016 -0400 |
@@ -50,7 +50,7 @@ | |||
50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
52 | .\" | 52 | .\" |
53 | .Dd $Mdocdate: February 13 2018 $ | 53 | .Dd $Mdocdate: March 20 2018 $ |
54 | .Dt BN_NEW 3 | 54 | .Dt BN_NEW 3 |
55 | .Os | 55 | .Os |
56 | .Sh NAME | 56 | .Sh NAME |
@@ -166,9 +166,11 @@ and sets an error code that can be obtained by | |||
166 | .Fn BN_free , | 166 | .Fn BN_free , |
167 | and | 167 | and |
168 | .Fn BN_clear_free | 168 | .Fn BN_clear_free |
169 | are available in all versions of SSLeay and OpenSSL. | 169 | appeared before SSLeay 0.8 and have been available since |
170 | .Ox 2.4 . | ||
171 | .Pp | ||
170 | .Fn BN_init | 172 | .Fn BN_init |
171 | was added in SSLeay 0.9.1b. | 173 | first appeared in SSLeay 0.9.1b. |
172 | .Sh CAVEATS | 174 | .Sh CAVEATS |
173 | .Fn BN_init | 175 | .Fn BN_init |
174 | must not be called on a | 176 | must not be called on a |