summaryrefslogtreecommitdiffstats
path: root/doc
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:48:53 -0400
commit31d6c0b2b043bad5c63b797a327109eb26ff8d2a (patch)
treebd562632a972a00e62e995078303e35b8459bbc9 /doc
parent9e2e7b34eb5db71247403ecd641f580d83da944a (diff)
Fix author credit for e5c0bc6
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'doc')
-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.