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


- Log -----------------------------------------------------------------
commit 6c1f368d882846e5624f8b47be951d16be65a30c
Author: Kurt Roeckx <[email protected]>
Date:   Sun Jul 31 14:11:12 2016 +0200

    Fix typo of BN_zero()
    
    Reviewed-by: Rich Salz <[email protected]>
    Reviewed-by: Richard Levitte <[email protected]>

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

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
 
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to