Missing perldoc markup around < literal
Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit e5c0bc6cc49a23b50a272801c4bd53639c25fca4)
This commit is contained in:
parent
9f0b86c68b
commit
9e56a32e39
@ -33,7 +33,7 @@ non-cryptographic purposes and for certain purposes in cryptographic
|
|||||||
protocols, but usually not for key generation etc.
|
protocols, but usually not for key generation etc.
|
||||||
|
|
||||||
BN_rand_range() generates a cryptographically strong pseudo-random
|
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(),
|
BN_pseudo_rand_range() does the same, but is based on BN_pseudo_rand(),
|
||||||
and hence numbers generated by it are not necessarily unpredictable.
|
and hence numbers generated by it are not necessarily unpredictable.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user