aboutsummaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_bn2bin.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/BN_bn2bin.pod
parent89681b183d8be8230c1cf4f908ead44e0d31dfd1 (diff)
downloadopenssl-18edda0f927e6919c1cff2d6e456cb8a0776239b.tar.gz
Malloc() -> OPENSSL_malloc() etc.
Diffstat (limited to 'doc/crypto/BN_bn2bin.pod')
-rw-r--r--doc/crypto/BN_bn2bin.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/BN_bn2bin.pod b/doc/crypto/BN_bn2bin.pod
index 05f9e628cc..c12af9c9f9 100644
--- a/doc/crypto/BN_bn2bin.pod
+++ b/doc/crypto/BN_bn2bin.pod
@@ -36,7 +36,7 @@ NULL, a new B<BIGNUM> is created.
BN_bn2hex() and BN_bn2dec() return printable strings containing the
hexadecimal and decimal encoding of B<a> respectively. For negative
numbers, the string is prefaced with a leading '-'. The string must be
-Free()d later.
+freed later using OPENSSL_free().
BN_hex2bn() converts the string B<str> containing a hexadecimal number
to a B<BIGNUM> and stores it in **B<bn>. If *B<bn> is NULL, a new