Document X509_REVOKED functions.
[openssl.git] / doc / crypto / DSA_generate_parameters.pod
index 92c89a07eb6ac0af80b189be0ea1563c13cdc61b..ae13023d4248290324a33126f15aca640041eae8 100644 (file)
@@ -25,7 +25,7 @@ for use in the DSA and stores the result in B<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.