summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2024-04-04 09:30:43 +0000
committertb <>2024-04-04 09:30:43 +0000
commit0cc340b2b42f280b220fb9ace2acfe3d2a0f7187 (patch)
tree7d8eafb9ee85ec1fe054abe15c33e24d169486e9 /src
parent5833e6be811b874ec2bbc5731b548b270e6845a2 (diff)
downloadopenbsd-0cc340b2b42f280b220fb9ace2acfe3d2a0f7187.tar.gz
openbsd-0cc340b2b42f280b220fb9ace2acfe3d2a0f7187.tar.bz2
openbsd-0cc340b2b42f280b220fb9ace2acfe3d2a0f7187.zip
Remove incorrect function counts
Vincent Lee spotted that I failed to update numbers that count how many functions are documented here when removing {CRYPTO,OPENSSL}_realloc. This isn't helpful information and nobody will remember to go look for such numbers next time this page is adjusted, so remove the counts. agreement from jmc
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/OPENSSL_malloc.38
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 @@
61Do not use any of the interfaces documented here in new code. 61Do not use any of the interfaces documented here in new code.
62They are provided purely for compatibility with legacy application code. 62They are provided purely for compatibility with legacy application code.
63.Pp 63.Pp
64All 8 of these functions are wrappers around the corresponding 64These functions are wrappers around the corresponding
65standard 65standard
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
70functions. 70functions.
71.Pp 71.Pp
72The four 72The
73.Fn OPENSSL_* 73.Fn OPENSSL_*
74functions are implemented as macros. 74functions are implemented as macros.
75.Sh RETURN VALUES 75.Sh RETURN VALUES