summaryrefslogtreecommitdiffstats
path: root/doc/crypto
diff options
context:
space:
mode:
authorGitHub User <mancha1@github.com>2015-07-09 15:02:29 -0400
committerRich Salz <rsalz@openssl.org>2015-07-14 01:33:14 -0400
commit9e56a32e398efe2da58c65fecea52cf4886e3c3d (patch)
tree4547f689f25c2323f97f4e6b667ea55d5b54991e /doc/crypto
parent9f0b86c68bb96d49301bbd6473c8235ca05ca06b (diff)
Missing perldoc markup around < literal
Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit e5c0bc6cc49a23b50a272801c4bd53639c25fca4)
Diffstat (limited to 'doc/crypto')
-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.