diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/BN_new.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BN_new.3 b/src/lib/libcrypto/man/BN_new.3 index 088048c622..8e61a1fcc3 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.31 2023/07/26 20:08:59 tb Exp $ | 1 | .\" $OpenBSD: BN_new.3,v 1.33 2025/06/08 22:40:29 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: July 26 2023 $ | 53 | .Dd $Mdocdate: June 8 2025 $ |
54 | .Dt BN_NEW 3 | 54 | .Dt BN_NEW 3 |
55 | .Os | 55 | .Os |
56 | .Sh NAME | 56 | .Sh NAME |
@@ -60,6 +60,7 @@ | |||
60 | .Nm BN_clear_free | 60 | .Nm BN_clear_free |
61 | .Nd allocate and free BIGNUMs | 61 | .Nd allocate and free BIGNUMs |
62 | .Sh SYNOPSIS | 62 | .Sh SYNOPSIS |
63 | .Lb libcrypto | ||
63 | .In openssl/bn.h | 64 | .In openssl/bn.h |
64 | .Ft BIGNUM * | 65 | .Ft BIGNUM * |
65 | .Fo BN_new | 66 | .Fo BN_new |
@@ -91,8 +92,6 @@ memory allocation error has occurred. | |||
91 | The basic object in this library is a | 92 | The basic object in this library is a |
92 | .Vt BIGNUM . | 93 | .Vt BIGNUM . |
93 | It is used to hold a single large integer. | 94 | It is used to hold a single large integer. |
94 | This type should be considered opaque and fields should not be modified | ||
95 | or accessed directly. | ||
96 | .Pp | 95 | .Pp |
97 | .Fn BN_new | 96 | .Fn BN_new |
98 | allocates and initializes a | 97 | allocates and initializes a |