From: Kurt Roeckx Date: Sun, 31 Jul 2016 12:11:12 +0000 (+0200) Subject: Fix typo of BN_zero() X-Git-Tag: OpenSSL_1_1_0-pre6~22 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=6c1f368d882846e5624f8b47be951d16be65a30c Fix typo of BN_zero() Reviewed-by: Rich Salz Reviewed-by: Richard Levitte --- diff --git a/doc/crypto/BN_zero.pod b/doc/crypto/BN_zero.pod index 17e63cf7a9..fadc21b7fd 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