From: daurnimator Date: Fri, 13 Oct 2017 23:06:25 +0000 (-0700) Subject: Fix incorrect function name in BN_bn2bin manpage X-Git-Tag: OpenSSL_1_1_1-pre1~548 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=aeb3e4abb6abab64342df44b2a7dc407f6508a11;p=oweals%2Fopenssl.git Fix incorrect function name in BN_bn2bin manpage CLA: trivial Reviewed-by: Kurt Roeckx Reviewed-by: Ben Kaduk (Merged from https://github.com/openssl/openssl/pull/4529) --- diff --git a/doc/man3/BN_bn2bin.pod b/doc/man3/BN_bn2bin.pod index ac46948477..dcff25195b 100644 --- a/doc/man3/BN_bn2bin.pod +++ b/doc/man3/BN_bn2bin.pod @@ -44,7 +44,7 @@ BN_bin2bn() converts the positive integer in big-endian form of length B at B into a B and places it in B. If B is NULL, a new B is created. -BN_bn2lebinpad() and BN_bin2lbn() are identical to BN_bn2binpad() and +BN_bn2lebinpad() and BN_lebin2bn() are identical to BN_bn2binpad() and BN_bin2bn() except the buffer is in little-endian format. BN_bn2hex() and BN_bn2dec() return printable strings containing the