]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
update doc: BN_bn2lebinpad() and BN_bn2nativepad()
authorPW Hu <jlu.hpw@foxmail.com>
Mon, 1 Nov 2021 08:40:27 +0000 (16:40 +0800)
committerPW Hu <jlu.hpw@foxmail.com>
Mon, 1 Nov 2021 08:40:27 +0000 (16:40 +0800)
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)

doc/man3/BN_bn2bin.pod

index 96376551276c2ced61b73de850daaf4eaf39e72b..e75b9fffb5473b4b661ee3bace4eec86161c4044 100644 (file)
@@ -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