1
0
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:
Werner Koch 2005-10-06 10:38:23 +00:00
parent 3470697e72
commit 02aefe3866
3 changed files with 20 additions and 1 deletions

View File

@ -340,6 +340,21 @@ do_export_stream( IOBUF out, STRLIST users, int secret,
default: default:
break; 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) if(skip_until_subkey)
continue; continue;

View File

@ -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> 2005-07-26 Werner Koch <wk@g10code.com>
* zh_TW.po, fr.po, cs.po: Updated. * zh_TW.po, fr.po, cs.po: Updated.

View File

@ -19,7 +19,7 @@ g10/encode.c
g10/encr-data.c g10/encr-data.c
g10/exec.c g10/exec.c
g10/export.c g10/export.c
g10/g10.c g10/gpg.c
g10/getkey.c g10/getkey.c
g10/gpgv.c g10/gpgv.c
g10/helptext.c g10/helptext.c