[openssl-commits] [openssl] master update

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


The branch master has been updated
       via  e5c0bc6cc49a23b50a272801c4bd53639c25fca4 (commit)
      from  053fa39af62f5b3543ebec8592e4592965b18e26 (commit)


- Log -----------------------------------------------------------------
commit e5c0bc6cc49a23b50a272801c4bd53639c25fca4
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>

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

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