[openssl-commits] [openssl] OpenSSL_1_0_1-stable update

Rich Salz rsalz at openssl.org
Tue Jul 14 05:33:37 UTC 2015


The branch OpenSSL_1_0_1-stable has been updated
       via  432785095c6605b70ac97df2add1594e9217939c (commit)
      from  a027bba22a095c9a71d1e8b55a786bd0d483f581 (commit)


- Log -----------------------------------------------------------------
commit 432785095c6605b70ac97df2add1594e9217939c
Author: GitHub User <mancha1 at github.com>
Date:   Thu Jul 9 15:02:29 2015 -0400

    Missing perldoc markup around < literal
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (cherry picked from commit e5c0bc6cc49a23b50a272801c4bd53639c25fca4)

-----------------------------------------------------------------------

Summary of changes:
 doc/crypto/BN_rand.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/crypto/BN_rand.pod b/doc/crypto/BN_rand.pod
index 3b2796c..b91231c 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 <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.
 


More information about the openssl-commits mailing list