diff options
author | 2019-06-10 09:49:48 +0000 | |
---|---|---|
committer | 2019-06-10 09:49:48 +0000 | |
commit | 00d4e240f8bc13ba4eb25bb93cda95111d7d1a88 (patch) | |
tree | 669ec3aa82b7547c5ea0f8ae94699f29633ff70f /lib/libcrypto/man/CRYPTO_get_mem_functions.3 | |
parent | Allow mg to log its internal status to a file. At the moment it only (diff) | |
download | wireguard-openbsd-00d4e240f8bc13ba4eb25bb93cda95111d7d1a88.tar.xz wireguard-openbsd-00d4e240f8bc13ba4eb25bb93cda95111d7d1a88.zip |
add links back to crypto(3) to function group entry pages
and to isolated obsolete pages;
OK bcook@ jmc@
Diffstat (limited to 'lib/libcrypto/man/CRYPTO_get_mem_functions.3')
-rw-r--r-- | lib/libcrypto/man/CRYPTO_get_mem_functions.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcrypto/man/CRYPTO_get_mem_functions.3 b/lib/libcrypto/man/CRYPTO_get_mem_functions.3 index f02ec8fbb01..5d431162830 100644 --- a/lib/libcrypto/man/CRYPTO_get_mem_functions.3 +++ b/lib/libcrypto/man/CRYPTO_get_mem_functions.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: CRYPTO_get_mem_functions.3,v 1.6 2018/08/24 19:17:38 tb Exp $ +.\" $OpenBSD: CRYPTO_get_mem_functions.3,v 1.7 2019/06/10 09:49:48 schwarze Exp $ .\" .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 24 2018 $ +.Dd $Mdocdate: June 10 2019 $ .Dt CRYPTO_GET_MEM_FUNCTIONS 3 .Os .Sh NAME @@ -96,6 +96,8 @@ always returns and .Fn CRYPTO_mem_leaks_cb always return -1. +.Sh SEE ALSO +.Xr crypto 3 .Sh HISTORY .Fn CRYPTO_mem_ctrl , .Fn CRYPTO_mem_leaks , |