summaryrefslogtreecommitdiffstats
path: root/doc/crypto/DSA_generate_parameters.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/DSA_generate_parameters.pod')
-rw-r--r--doc/crypto/DSA_generate_parameters.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/DSA_generate_parameters.pod b/doc/crypto/DSA_generate_parameters.pod
index 92c89a07eb..ae13023d42 100644
--- a/doc/crypto/DSA_generate_parameters.pod
+++ b/doc/crypto/DSA_generate_parameters.pod
@@ -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.