diff options
Diffstat (limited to 'src/lib/libcrypto/man/OPENSSL_malloc.3')
-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 0b762f66b6..5b841f1aac 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.3 2016/11/29 18:16:09 deraadt Exp $ | 1 | .\" $OpenBSD: OPENSSL_malloc.3,v 1.4 2016/11/29 21:29:19 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -25,7 +25,7 @@ | |||
25 | .Nm CRYPTO_malloc , | 25 | .Nm CRYPTO_malloc , |
26 | .Nm CRYPTO_realloc , | 26 | .Nm CRYPTO_realloc , |
27 | .Nm CRYPTO_free , | 27 | .Nm CRYPTO_free , |
28 | .Nm CRYPTO_strdup , | 28 | .Nm CRYPTO_strdup |
29 | .Nd legacy OpenSSL memory allocation wrappers | 29 | .Nd legacy OpenSSL memory allocation wrappers |
30 | .Sh SYNOPSIS | 30 | .Sh SYNOPSIS |
31 | .In openssl/crypto.h | 31 | .In openssl/crypto.h |
@@ -81,8 +81,8 @@ standard | |||
81 | .Xr realloc 3 , | 81 | .Xr realloc 3 , |
82 | .Xr free 3 , | 82 | .Xr free 3 , |
83 | and | 83 | and |
84 | .Xr strdup 3 | 84 | .Xr strdup 3 |
85 | functions. | 85 | functions. |
86 | .Sh RETURN VALUES | 86 | .Sh RETURN VALUES |
87 | These functions return same type and value as the corresponding | 87 | These functions return the same type and value as the corresponding |
88 | standard functions. | 88 | standard functions. |