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:
parent
b6bbc5f6ad
commit
277a9a3755
41 changed files with 8463 additions and 8 deletions
|
@ -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++ )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue