GH367 follow-up, for more clarity
[openssl.git] / doc / crypto / DSA_generate_parameters.pod
index ae30824d5d2dcbab8ccd099e8c99fc688aa9ec97..b64a2765703dbd90621d0e6b83d7984be72fb7cc 100644 (file)
@@ -19,7 +19,7 @@ for use in the DSA.
 
 B<bits> is the length of the prime p to be generated.
 For lengths under 2048 bits, the length of q is 160 bits; for lengths
-at least 2048, it is set to 256 bits.
+greater than or equal to 2048 bits, the length of q is set to 256 bits.
 
 If B<seed> is NULL, the primes will be generated at random.
 If B<seed_len> is less than the length of q, an error is returned.