mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Yet another fix for the gpg.c rename
This commit is contained in:
parent
3470697e72
commit
02aefe3866
15
g10/export.c
15
g10/export.c
@ -341,6 +341,21 @@ do_export_stream( IOBUF out, STRLIST users, int secret,
|
||||
break;
|
||||
}
|
||||
|
||||
/* XXX: before skipping a subkey, check whether any
|
||||
other description wants an exact macth on a subkey
|
||||
and include that subkey into the output too. Need
|
||||
to add this subkey to a list so that it won't get
|
||||
processed a second time.
|
||||
|
||||
So the first step here is to check that list and
|
||||
skip in any case if the key is in that list.
|
||||
|
||||
We need this whole mess becuase the import fnction
|
||||
is not able to merge secret key and thus it is not
|
||||
possible to output them as two keys and have import
|
||||
merge them.
|
||||
*/
|
||||
|
||||
if(skip_until_subkey)
|
||||
continue;
|
||||
}
|
||||
|
@ -1,3 +1,7 @@
|
||||
2005-10-06 Werner Koch <wk@g10code.com>
|
||||
|
||||
* POTFILES.in: s/g10.c/gpg.c/.
|
||||
|
||||
2005-07-26 Werner Koch <wk@g10code.com>
|
||||
|
||||
* zh_TW.po, fr.po, cs.po: Updated.
|
||||
|
@ -19,7 +19,7 @@ g10/encode.c
|
||||
g10/encr-data.c
|
||||
g10/exec.c
|
||||
g10/export.c
|
||||
g10/g10.c
|
||||
g10/gpg.c
|
||||
g10/getkey.c
|
||||
g10/gpgv.c
|
||||
g10/helptext.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user