Skip to content

Commit

Permalink
Revert "Missing perldoc markup around < literal"
Browse files Browse the repository at this point in the history
This reverts commit e5c0bc6.
Reviewed-by: Richard Levitte <levitte@openssl.org>
  • Loading branch information
richsalz authored and Rich Salz committed Jul 15, 2015
1 parent ad282e6 commit 9e2e7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/crypto/BN_rand.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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 E<lt>= B<rnd> E<lt> B<range>.
number B<rnd> in the range 0 <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.

Expand Down

0 comments on commit 9e2e7b3

Please sign in to comment.