[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Mon Aug 1 14:18:20 UTC 2016


The branch master has been updated
       via  6c1f368d882846e5624f8b47be951d16be65a30c (commit)
      from  ef8938c3e8609c40e2bad1a1d72c77fc22c06f2c (commit)


- Log -----------------------------------------------------------------
commit 6c1f368d882846e5624f8b47be951d16be65a30c
Author: Kurt Roeckx <kurt at roeckx.be>
Date:   Sun Jul 31 14:11:12 2016 +0200

    Fix typo of BN_zero()
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>

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

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

diff --git a/doc/crypto/BN_zero.pod b/doc/crypto/BN_zero.pod
index 17e63cf..fadc21b 100644
--- a/doc/crypto/BN_zero.pod
+++ b/doc/crypto/BN_zero.pod
@@ -42,7 +42,7 @@ be represented as an unsigned long.
 BN_one(), BN_set_word() and the deprecated version of BN_zero()
 return 1 on success, 0 otherwise.
 BN_value_one() returns the constant.
-The preferred version of BN_zer() never fails and returns no value.
+The preferred version of BN_zero() never fails and returns no value.
 
 =head1 BUGS
 


More information about the openssl-commits mailing list