From 06fd61d081367d1c7bdf7fd653fe56527ee2320a Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 25 Jun 1998 10:19:08 +0000 Subject: nearly ready for 0.3.0 --- cipher/dsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cipher/dsa.c') diff --git a/cipher/dsa.c b/cipher/dsa.c index 19a59d909..46484c1e9 100644 --- a/cipher/dsa.c +++ b/cipher/dsa.c @@ -150,7 +150,7 @@ generate( DSA_secret_key *sk, unsigned nbits, MPI **ret_factors ) * is the secret part. */ if( DBG_CIPHER ) log_debug("choosing a random x "); - assert( qbits >= 16 ); + assert( qbits >= 160 ); x = mpi_alloc_secure( mpi_get_nlimbs(q) ); mpi_sub_ui( h, q, 1 ); /* put q-1 into h */ rndbuf = NULL; -- cgit v1.2.3