summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2015-02-14 13:14:54 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2015-02-14 13:14:54 +0000
commit7d4c6bc1b0b121119ca990a9b01fe8299680d90d (patch)
tree7836b7dbdb73e98c8511dcf44fabbf4fd22641db /lib
parentf693f0602eee6833faa0e731863f39a50b0f1b47 (diff)
Fix pod markup error.
Diffstat (limited to 'lib')
-rw-r--r--lib/libssl/src/doc/crypto/BN_rand.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/doc/crypto/BN_rand.pod b/lib/libssl/src/doc/crypto/BN_rand.pod
index 471010cbb09..856f310077f 100644
--- a/lib/libssl/src/doc/crypto/BN_rand.pod
+++ b/lib/libssl/src/doc/crypto/BN_rand.pod
@@ -32,7 +32,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.