Fix author credit for e5c0bc6
authormancha <mancha1@zoho.com>
Wed, 15 Jul 2015 08:54:28 +0000 (04:54 -0400)
committerRich Salz <rsalz@openssl.org>
Wed, 15 Jul 2015 10:49:57 +0000 (06:49 -0400)
Reviewed-by: Richard Levitte <levitte@openssl.org>
doc/crypto/BN_rand.pod

index bd6bc8632394edb05908556338aa82dd7b1f977d..b3aec96cdcd4348b6cde2dc89594b505e7b534af 100644 (file)
@@ -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.