summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPW Hu <jlu.hpw@foxmail.com>2021-11-01 16:40:27 +0800
committerPW Hu <jlu.hpw@foxmail.com>2021-11-01 16:40:27 +0800
commitaedc5a819ee3f5267a7ec5c795b97481a1c63dc6 (patch)
tree6b4d0cadb2f3d1bf8ac1e97aa2e45a5b5a0fca97 /doc
parent944fcfc69d16dfd20decdd9cd105436f0043dbe0 (diff)
update doc: BN_bn2lebinpad() and BN_bn2nativepad()
Reviewed-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16943)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/BN_bn2bin.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/BN_bn2bin.pod b/doc/man3/BN_bn2bin.pod
index 9637655127..e75b9fffb5 100644
--- a/doc/man3/BN_bn2bin.pod
+++ b/doc/man3/BN_bn2bin.pod
@@ -91,7 +91,7 @@ if B<ret> is NULL.
BN_bn2bin() returns the length of the big-endian number placed at B<to>.
BN_bin2bn() returns the B<BIGNUM>, NULL on error.
-BN_bn2binpad() returns the number of bytes written or -1 if the supplied
+BN_bn2binpad(), BN_bn2lebinpad(), and BN_bn2nativepad() return the number of bytes written or -1 if the supplied
buffer is too small.
BN_bn2hex() and BN_bn2dec() return a NUL-terminated string, or NULL