[openssl-commits] [openssl] master update

kaduk at mit.edu kaduk at mit.edu
Mon Oct 16 14:14:05 UTC 2017


The branch master has been updated
       via  aeb3e4abb6abab64342df44b2a7dc407f6508a11 (commit)
      from  0bd42fde954a823cf6fffb6e13bd3dd4900a01e2 (commit)


- Log -----------------------------------------------------------------
commit aeb3e4abb6abab64342df44b2a7dc407f6508a11
Author: daurnimator <quae at daurnimator.com>
Date:   Fri Oct 13 16:06:25 2017 -0700

    Fix incorrect function name in BN_bn2bin manpage
    
    CLA: trivial
    
    Reviewed-by: Kurt Roeckx <kurt at roeckx.be>
    Reviewed-by: Ben Kaduk <kaduk at mit.edu>
    (Merged from https://github.com/openssl/openssl/pull/4529)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/BN_bn2bin.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man3/BN_bn2bin.pod b/doc/man3/BN_bn2bin.pod
index ac46948..dcff251 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<len> at B<s> into a B<BIGNUM> and places it in B<ret>. If B<ret> is
 NULL, a new B<BIGNUM> 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


More information about the openssl-commits mailing list