diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/BN_new.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BN_new.3 b/src/lib/libcrypto/man/BN_new.3 index 088048c622..26a2a7d68a 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.32 2025/04/25 12:11:17 tb 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: April 25 2025 $ |
54 | .Dt BN_NEW 3 | 54 | .Dt BN_NEW 3 |
55 | .Os | 55 | .Os |
56 | .Sh NAME | 56 | .Sh NAME |
@@ -91,8 +91,6 @@ memory allocation error has occurred. | |||
91 | The basic object in this library is a | 91 | The basic object in this library is a |
92 | .Vt BIGNUM . | 92 | .Vt BIGNUM . |
93 | It is used to hold a single large integer. | 93 | 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 | 94 | .Pp |
97 | .Fn BN_new | 95 | .Fn BN_new |
98 | allocates and initializes a | 96 | allocates and initializes a |