diff options
author | schwarze <> | 2018-03-20 20:26:23 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-20 20:26:23 +0000 |
commit | 0636f49f1540f7b1648bda1d10a85c126ca8ea87 (patch) | |
tree | 46cd82342cc8ba6e9f645568358add6103cf5664 /src/lib/libcrypto/man/BN_new.3 | |
parent | f70bc934b6cc6e1bb9d5778afa91cf73609cad41 (diff) | |
download | openbsd-0636f49f1540f7b1648bda1d10a85c126ca8ea87.tar.gz openbsd-0636f49f1540f7b1648bda1d10a85c126ca8ea87.tar.bz2 openbsd-0636f49f1540f7b1648bda1d10a85c126ca8ea87.zip |
bn.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/BN_new.3')
-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 |