提交 6c1f368d 编写于 作者: K Kurt Roeckx 提交者: Richard Levitte

Fix typo of BN_zero()

Reviewed-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 ef8938c3
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册