summaryrefslogtreecommitdiffstats
path: root/doc/crypto/ERR_get_error.pod
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-09-20 03:28:54 +0000
committerUlf Möller <ulf@openssl.org>2000-09-20 03:28:54 +0000
commit18edda0f927e6919c1cff2d6e456cb8a0776239b (patch)
tree22bcd521e89b2149c3dd870e5498c4603e5e46ac /doc/crypto/ERR_get_error.pod
parent89681b183d8be8230c1cf4f908ead44e0d31dfd1 (diff)
Malloc() -> OPENSSL_malloc() etc.
Diffstat (limited to 'doc/crypto/ERR_get_error.pod')
-rw-r--r--doc/crypto/ERR_get_error.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/ERR_get_error.pod b/doc/crypto/ERR_get_error.pod
index 04074ffa90..3551bacb8d 100644
--- a/doc/crypto/ERR_get_error.pod
+++ b/doc/crypto/ERR_get_error.pod
@@ -41,7 +41,7 @@ the error occurred in *B<file> and *B<line>, unless these are B<NULL>.
ERR_get_error_line_data() and ERR_peek_error_line_data() store
additional data and flags associated with the error code in *B<data>
and *B<flags>, unless these are B<NULL>. *B<data> contains a string
-if *B<flags>&B<ERR_TXT_STRING>. If it has been allocated by Malloc(),
+if *B<flags>&B<ERR_TXT_STRING>. If it has been allocated by OPENSSL_malloc(),
*B<flags>&B<ERR_TXT_MALLOCED> is true.
=head1 RETURN VALUES