aboutsummaryrefslogtreecommitdiffstats
path: root/g10/packet.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-01-30 16:49:28 +0000
committerDavid Shaw <[email protected]>2004-01-30 16:49:28 +0000
commit0030198cad5fa6524579d012015b0c950cb85ae6 (patch)
tree4cebb4bccc311ce5ff9df969d3ff038b7c66c36d /g10/packet.h
parent* getkey.c: Set MAX_PK_CACHE_ENTRIES and MAX_UID_CACHE_ENTRIES to (diff)
downloadgnupg-0030198cad5fa6524579d012015b0c950cb85ae6.tar.gz
gnupg-0030198cad5fa6524579d012015b0c950cb85ae6.zip
* g10.c (main, rm_group): Add --ungroup command to remove a particular
group. (add_group): When adding a group with the same name as an already existing group, merge the two groups. (list_config): Show an error message when listing a config item that doesn't exist. (main): Replace -z0 trick for no compression. * packet.h, keyedit.c (show_key_with_all_names_colon), keylist.c (list_keyblock_colon), mainproc.c (list_node, proc_tree): Minor cleanup to remove local_id, which is no longer used.
Diffstat (limited to 'g10/packet.h')
-rw-r--r--g10/packet.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/g10/packet.h b/g10/packet.h
index e5e4a2a03..da7e2dce2 100644
--- a/g10/packet.h
+++ b/g10/packet.h
@@ -122,7 +122,6 @@ struct revocation_key {
};
typedef struct {
- ulong local_id; /* internal use, valid if > 0 */
struct {
unsigned checked:1; /* signature has been checked */
unsigned valid:1; /* signature is good (if checked is set) */
@@ -211,7 +210,6 @@ typedef struct {
without the key to check it */
int is_valid; /* key (especially subkey) is valid */
int dont_cache; /* do not cache this */
- ulong local_id; /* internal use, valid if > 0 */
u32 main_keyid[2]; /* keyid of the primary key */
u32 keyid[2]; /* calculated by keyid_from_pk() */
byte is_primary;