projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef8938c
)
Fix typo of BN_zero()
author
Kurt Roeckx
<kurt@roeckx.be>
Sun, 31 Jul 2016 12:11:12 +0000
(14:11 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 1 Aug 2016 14:17:44 +0000
(16:17 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
doc/crypto/BN_zero.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/BN_zero.pod
b/doc/crypto/BN_zero.pod
index 17e63cf7a9546b31eef5cf69bab1d19983f9aaa9..fadc21b7fde29f036975f47874669609b28eed15 100644
(file)
--- 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_zer
o
() never fails and returns no value.
=head1 BUGS