From: PW Hu Date: Mon, 1 Nov 2021 08:40:27 +0000 (+0800) Subject: update doc: BN_bn2lebinpad() and BN_bn2nativepad() X-Git-Tag: openssl-3.2.0-alpha1~3400 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aedc5a819ee3f5267a7ec5c795b97481a1c63dc6;p=thirdparty%2Fopenssl.git update doc: BN_bn2lebinpad() and BN_bn2nativepad() Reviewed-by: Kurt Roeckx Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/16943) --- diff --git a/doc/man3/BN_bn2bin.pod b/doc/man3/BN_bn2bin.pod index 96376551276..e75b9fffb54 100644 --- a/doc/man3/BN_bn2bin.pod +++ b/doc/man3/BN_bn2bin.pod @@ -91,7 +91,7 @@ if B is NULL. BN_bn2bin() returns the length of the big-endian number placed at B. BN_bin2bn() returns the B, 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