summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBen Kaduk <bkaduk@akamai.com>2015-08-28 12:41:50 -0400
committerRich Salz <rsalz@openssl.org>2015-08-31 13:46:12 -0400
commit36ac7bc8a9c856bcdff6eecdaca128ccc5430a1e (patch)
treecbdd91926677f5bb5caf471313b32e5ecd5eadcf /doc
parenta9009e518ca03f35a1e1a0858faf81865f8eff1e (diff)
GH367 follow-up, for more clarity
Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Emilia Käsper <emilia@openssl.org>
Diffstat (limited to 'doc')
-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.