The branch OpenSSL_1_0_2-stable has been updated
       via  3d5d123d86532391249d7b33ca5da12d0a5599f3 (commit)
      from  434af36f9778abe274bb637396f60977fbee98d2 (commit)


- Log -----------------------------------------------------------------
commit 3d5d123d86532391249d7b33ca5da12d0a5599f3
Author: Alexandre Perrin <[email protected]>
Date:   Fri Jul 13 10:32:42 2018 +0200

    Documentation typo fix in BN_bn2bin.pod
    
    Change the description for BN_hex2bn() so that it uses the same BIGNUM 
argument name as its prototype.
    
    CLA: trivial
    
    Reviewed-by: Matthias St. Pierre <[email protected]>
    Reviewed-by: Richard Levitte <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/6712)

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

Summary of changes:
 doc/crypto/BN_bn2bin.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/crypto/BN_bn2bin.pod b/doc/crypto/BN_bn2bin.pod
index f6bb484..075aec3 100644
--- a/doc/crypto/BN_bn2bin.pod
+++ b/doc/crypto/BN_bn2bin.pod
@@ -39,8 +39,8 @@ numbers, the string is prefaced with a leading '-'. The 
string must be
 freed later using OPENSSL_free().
 
 BN_hex2bn() converts the string B<str> containing a hexadecimal number
-to a B<BIGNUM> and stores it in **B<bn>. If *B<bn> is NULL, a new
-B<BIGNUM> is created. If B<bn> is NULL, it only computes the number's
+to a B<BIGNUM> and stores it in **B<a>. If *B<a> is NULL, a new
+B<BIGNUM> is created. If B<a> is NULL, it only computes the number's
 length in hexadecimal digits. If the string starts with '-', the
 number is negative.
 A "negative zero" is converted to zero.
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to