summaryrefslogtreecommitdiff
path: root/dsa-keygen.c
diff options
context:
space:
mode:
Diffstat (limited to 'dsa-keygen.c')
-rw-r--r--dsa-keygen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dsa-keygen.c b/dsa-keygen.c
index abadb4d8..0e2b9cb7 100644
--- a/dsa-keygen.c
+++ b/dsa-keygen.c
@@ -72,7 +72,7 @@ dsa_nist_gen(mpz_t p, mpz_t q,
mpz_t t;
mpz_t c;
- /* For NIS keysizes, we should have L = 512 + 65 * l */
+ /* For NIS keysizes, we should have L = 512 + 64 * l */
n = (L-1) / 160; b = (L-1) % 160;
mpz_init(s);