diff options
author | Rich Salz <rsalz@akamai.com> | 2015-07-15 10:52:51 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2015-07-15 12:48:53 +0200 |
commit | 9e2e7b34eb5db71247403ecd641f580d83da944a (patch) | |
tree | 17c740d91f516d7a967a21552f101f40028be9e8 | |
parent | GH322: Fix typo in generated comment. (diff) | |
download | openssl-9e2e7b34eb5db71247403ecd641f580d83da944a.tar.xz openssl-9e2e7b34eb5db71247403ecd641f580d83da944a.zip |
Revert "Missing perldoc markup around < literal"
This reverts commit e5c0bc6cc49a23b50a272801c4bd53639c25fca4.
Reviewed-by: Richard Levitte <levitte@openssl.org>
-rw-r--r-- | doc/crypto/BN_rand.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/BN_rand.pod b/doc/crypto/BN_rand.pod index b3aec96cdc..bd6bc86323 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 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. |