diff options
author | jmc <> | 2016-11-08 22:19:45 +0000 |
---|---|---|
committer | jmc <> | 2016-11-08 22:19:45 +0000 |
commit | 940c272713242bcc8ff6a54576c20345a43a098c (patch) | |
tree | 766ec4c7fc8764a33b9f81c723fee3779331be6b /src/lib/libcrypto/man/BN_new.3 | |
parent | 225a4b22cb848306a5f851162860ae2ef943de83 (diff) | |
download | openbsd-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.3 | 10 |
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 |
52 | frees the components of the | 52 | frees the components of the |
53 | .Vt BIGNUM , | 53 | .Vt BIGNUM |
54 | and if it was created by | 54 | and, if it was created by |
55 | .Fn BN_new , | 55 | .Fn BN_new , |
56 | also the structure itself. | 56 | also 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 , |
82 | and | 82 | and |
83 | .Fn BN_clear_free | 83 | .Fn BN_clear_free |
84 | are available in all versions on SSLeay and OpenSSL. | 84 | are available in all versions of SSLeay and OpenSSL. |
85 | .Fn BN_init | 85 | .Fn BN_init |
86 | was added in SSLeay 0.9.1b. | 86 | was added in SSLeay 0.9.1b. |