From 9e56a32e398efe2da58c65fecea52cf4886e3c3d Mon Sep 17 00:00:00 2001 From: GitHub User Date: Thu, 9 Jul 2015 15:02:29 -0400 Subject: Missing perldoc markup around < literal Reviewed-by: Richard Levitte (cherry picked from commit e5c0bc6cc49a23b50a272801c4bd53639c25fca4) --- doc/crypto/BN_rand.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/crypto') diff --git a/doc/crypto/BN_rand.pod b/doc/crypto/BN_rand.pod index bd6bc86323..b3aec96cdc 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 in the range 0 = B E B. +number B in the range 0 E= B E B. BN_pseudo_rand_range() does the same, but is based on BN_pseudo_rand(), and hence numbers generated by it are not necessarily unpredictable. -- cgit v1.2.3