mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
s/1/i/
This commit is contained in:
parent
5c9cc2e867
commit
6bbcda7477
1 changed files with 2 additions and 2 deletions
|
@ -273,8 +273,8 @@ copy_secret_key( PKT_secret_key *d, PKT_secret_key *s )
|
|||
else {
|
||||
for(i=0; i < n; i++ )
|
||||
{
|
||||
if (d->skey[1])
|
||||
mpi_free (d->skey[1]);
|
||||
if (d->skey[i])
|
||||
mpi_free (d->skey[i]);
|
||||
d->skey[i] = mpi_copy( s->skey[i] );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue