GH367 follow-up, for more clarity

Signed-off-by: Rich Salz <rsalz@akamai.com>
Reviewed-by: Emilia Käsper <emilia@openssl.org>
(cherry picked from commit 36ac7bc8a9)
This commit is contained in:
Ben Kaduk
2015-08-28 12:41:50 -04:00
committed by Rich Salz
parent cf633fa002
commit df1565ed9c
2 changed files with 5 additions and 5 deletions

View 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.