summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BN_new.3
diff options
context:
space:
mode:
authorjmc <>2016-11-08 22:19:45 +0000
committerjmc <>2016-11-08 22:19:45 +0000
commit940c272713242bcc8ff6a54576c20345a43a098c (patch)
tree766ec4c7fc8764a33b9f81c723fee3779331be6b /src/lib/libcrypto/man/BN_new.3
parent225a4b22cb848306a5f851162860ae2ef943de83 (diff)
downloadopenbsd-940c272713242bcc8ff6a54576c20345a43a098c.tar.gz
openbsd-940c272713242bcc8ff6a54576c20345a43a098c.tar.bz2
openbsd-940c272713242bcc8ff6a54576c20345a43a098c.zip
some cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/BN_new.3')
-rw-r--r--src/lib/libcrypto/man/BN_new.310
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/BN_new.3 b/src/lib/libcrypto/man/BN_new.3
index 887336e914..cb351d2fa5 100644
--- a/src/lib/libcrypto/man/BN_new.3
+++ b/src/lib/libcrypto/man/BN_new.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: BN_new.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ 1.\" $OpenBSD: BN_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_NEW 3 4.Dt BN_NEW 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
@@ -50,8 +50,8 @@ and sets it to the value 0.
50.Pp 50.Pp
51.Fn BN_free 51.Fn BN_free
52frees the components of the 52frees the components of the
53.Vt BIGNUM , 53.Vt BIGNUM
54and if it was created by 54and, if it was created by
55.Fn BN_new , 55.Fn BN_new ,
56also the structure itself. 56also the structure itself.
57.Fn BN_clear_free 57.Fn BN_clear_free
@@ -81,6 +81,6 @@ return no values.
81.Fn BN_free , 81.Fn BN_free ,
82and 82and
83.Fn BN_clear_free 83.Fn BN_clear_free
84are available in all versions on SSLeay and OpenSSL. 84are available in all versions of SSLeay and OpenSSL.
85.Fn BN_init 85.Fn BN_init
86was added in SSLeay 0.9.1b. 86was added in SSLeay 0.9.1b.