diff options
| author | David Shaw <[email protected]> | 2005-11-10 21:18:49 +0000 |
|---|---|---|
| committer | David Shaw <[email protected]> | 2005-11-10 21:18:49 +0000 |
| commit | debc169f8858f3066a6cce7d04614a4ac927e2b1 (patch) | |
| tree | fd2209037edc8e9524c89979b135a6be3b777cf2 /g10/import.c | |
| parent | * options.skel: Add a section for --encrypt-to. This is Debian bug (diff) | |
| download | gnupg-debc169f8858f3066a6cce7d04614a4ac927e2b1.tar.gz gnupg-debc169f8858f3066a6cce7d04614a4ac927e2b1.zip | |
* trustdb.h, trustdb.c (clean_sigs_from_uid): Add flag to remove all
non-selfsigs from key during cleaning. Change all callers.
* export.c (do_export_stream): Use it here so we don't need additional
minimize code in the export path.
Diffstat (limited to 'g10/import.c')
| -rw-r--r-- | g10/import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/import.c b/g10/import.c index d8a7b2a61..f367b033e 100644 --- a/g10/import.c +++ b/g10/import.c @@ -674,7 +674,7 @@ clean_sigs_from_all_uids(KBNODE keyblock) for(uidnode=keyblock->next;uidnode;uidnode=uidnode->next) if(uidnode->pkt->pkttype==PKT_USER_ID) - deleted+=clean_sigs_from_uid(keyblock,uidnode,opt.verbose); + deleted+=clean_sigs_from_uid(keyblock,uidnode,opt.verbose,0); return deleted; } |
