diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/OPENSSL_malloc.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/OPENSSL_malloc.3 b/src/lib/libcrypto/man/OPENSSL_malloc.3 index 7779a3ec0e..a43dc56923 100644 --- a/src/lib/libcrypto/man/OPENSSL_malloc.3 +++ b/src/lib/libcrypto/man/OPENSSL_malloc.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: OPENSSL_malloc.3,v 1.12 2024/03/19 17:48:57 tb Exp $ | 1 | .\" $OpenBSD: OPENSSL_malloc.3,v 1.13 2024/04/04 09:30:43 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: March 19 2024 $ | 17 | .Dd $Mdocdate: April 4 2024 $ |
18 | .Dt OPENSSL_MALLOC 3 | 18 | .Dt OPENSSL_MALLOC 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -61,7 +61,7 @@ | |||
61 | Do not use any of the interfaces documented here in new code. | 61 | Do not use any of the interfaces documented here in new code. |
62 | They are provided purely for compatibility with legacy application code. | 62 | They are provided purely for compatibility with legacy application code. |
63 | .Pp | 63 | .Pp |
64 | All 8 of these functions are wrappers around the corresponding | 64 | These functions are wrappers around the corresponding |
65 | standard | 65 | standard |
66 | .Xr malloc 3 , | 66 | .Xr malloc 3 , |
67 | .Xr free 3 , | 67 | .Xr free 3 , |
@@ -69,7 +69,7 @@ and | |||
69 | .Xr strdup 3 | 69 | .Xr strdup 3 |
70 | functions. | 70 | functions. |
71 | .Pp | 71 | .Pp |
72 | The four | 72 | The |
73 | .Fn OPENSSL_* | 73 | .Fn OPENSSL_* |
74 | functions are implemented as macros. | 74 | functions are implemented as macros. |
75 | .Sh RETURN VALUES | 75 | .Sh RETURN VALUES |