[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

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


The branch OpenSSL_1_0_2-stable has been updated
       via  9e56a32e398efe2da58c65fecea52cf4886e3c3d (commit)
      from  9f0b86c68bb96d49301bbd6473c8235ca05ca06b (commit)


- Log -----------------------------------------------------------------
commit 9e56a32e398efe2da58c65fecea52cf4886e3c3d
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 bd6bc86..b3aec96 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