summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_rand.pod
diff options
context:
space:
mode:
authormancha <mancha1@zoho.com>2015-07-15 04:54:28 -0400
committerRich Salz <rsalz@openssl.org>2015-07-15 06:49:57 -0400
commitfd9631bbbda626af0407d5c8c188b05c86a25e3d (patch)
tree1a35174cbdbd29549ba3dd99be2fe84f3589f595 /doc/crypto/BN_rand.pod
parent405f43bc2a52860d70bfc73bf09cdce74fe7d5b2 (diff)
Fix author credit for e5c0bc6
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'doc/crypto/BN_rand.pod')
-rw-r--r--doc/crypto/BN_rand.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/BN_rand.pod b/doc/crypto/BN_rand.pod
index bd6bc86323..b3aec96cdc 100644
--- 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.