RT 487. Mention that generated primes are "at least" B<bits> long.
authorRich Salz <rsalz@akamai.com>
Fri, 27 Jun 2014 19:59:08 +0000 (15:59 -0400)
committerRich Salz <rsalz@akamai.com>
Fri, 27 Jun 2014 19:59:08 +0000 (15:59 -0400)
doc/crypto/BN_generate_prime.pod

index bf1b5308adab13a4b9262584f1997ef8c0440128..f1f2265a866580b89947548a6eb535093d6f8a2d 100644 (file)
@@ -40,7 +40,7 @@ Deprecated:
 =head1 DESCRIPTION
 
 BN_generate_prime_ex() generates a pseudo-random prime number of
-bit length B<bits>.
+at least bit length B<bits>.
 If B<ret> is not B<NULL>, it will be used to store the number.
 
 If B<cb> is not B<NULL>, it is used as follows: