1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Include intl/ in the CVS again; otherwise we are not able to

re-recreate a distribution from CVS.
Some minor other fixes.
This commit is contained in:
Werner Koch 2002-08-23 08:02:08 +00:00
parent b6bbc5f6ad
commit 277a9a3755
41 changed files with 8463 additions and 8 deletions

View file

@ -233,7 +233,7 @@ generate_elg_prime( int mode, unsigned pbits, unsigned qbits,
if( mode == 1 ) {
(*ret_factors)[i++] = mpi_copy( q_factor );
for(; i <= n; i++ )
(*ret_factors)[i] = mpi_copy( factors[i] );
(*ret_factors)[i] = mpi_copy( factors[i-1] );
}
else {
for(; i < n; i++ )