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:
9f0b86c
)
Missing perldoc markup around < literal
author
GitHub User
<mancha1@github.com>
Thu, 9 Jul 2015 19:02:29 +0000
(15:02 -0400)
committer
Rich Salz
<rsalz@openssl.org>
Tue, 14 Jul 2015 05:33:14 +0000
(
01:33
-0400)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit
e5c0bc6cc49a23b50a272801c4bd53639c25fca4
)
doc/crypto/BN_rand.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/BN_rand.pod
b/doc/crypto/BN_rand.pod
index bd6bc8632394edb05908556338aa82dd7b1f977d..b3aec96cdcd4348b6cde2dc89594b505e7b534af 100644
(file)
--- a/
doc/crypto/BN_rand.pod
+++ b/
doc/crypto/BN_rand.pod
@@
-33,7
+33,7
@@
non-cryptographic purposes and for certain purposes in cryptographic
protocols, but usually not for key generation etc.
BN_rand_range() generates a cryptographically strong pseudo-random
-number B<rnd> in the range 0 <lt>= B<rnd> E<lt> B<range>.
+number B<rnd> in the range 0
E
<lt>= B<rnd> E<lt> B<range>.
BN_pseudo_rand_range() does the same, but is based on BN_pseudo_rand(),
and hence numbers generated by it are not necessarily unpredictable.