diff options
author | 2016-11-29 21:29:19 +0000 | |
---|---|---|
committer | 2016-11-29 21:29:19 +0000 | |
commit | c1e728582e31108f85a8dce31fc62b09004752bd (patch) | |
tree | 3605af41bb3e9a4b96879a2753c75988c56c193a /lib/libcrypto/man/CRYPTO_get_mem_functions.3 | |
parent | sync (diff) | |
download | wireguard-openbsd-c1e728582e31108f85a8dce31fc62b09004752bd.tar.xz wireguard-openbsd-c1e728582e31108f85a8dce31fc62b09004752bd.zip |
tweak previous;
Diffstat (limited to 'lib/libcrypto/man/CRYPTO_get_mem_functions.3')
-rw-r--r-- | lib/libcrypto/man/CRYPTO_get_mem_functions.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libcrypto/man/CRYPTO_get_mem_functions.3 b/lib/libcrypto/man/CRYPTO_get_mem_functions.3 index a0bfb8a1d50..0a1ca384a89 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.1 2016/11/29 18:16:09 deraadt Exp $ +.\" $OpenBSD: CRYPTO_get_mem_functions.3,v 1.2 2016/11/29 21:29:19 jmc Exp $ .\" .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -15,7 +15,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .Dd $Mdocdate: November 29 2016 $ -.Dt CRYPTO_get_mem_functions 3 +.Dt CRYPTO_GET_MEM_FUNCTIONS 3 .Os .Sh NAME .Nm CRYPTO_get_mem_functions , @@ -61,7 +61,7 @@ assigns pointers to the C library functions and .Xr free 3 to those of its arguments that are not -.Dv NULL. +.Dv NULL . .Pp .Fn CRYPTO_set_mem_functions , .Fn CRYPTO_mem_ctrl , @@ -70,7 +70,6 @@ and .Fn CRYPTO_mem_leaks_fp have no effect. .Sh RETURN VALUES -.Pp .Fn CRYPTO_set_mem_functions always returns 0. .Pp |