aboutsummaryrefslogtreecommitdiffstats
path: root/g10/trustdb.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2005-06-10 03:00:57 +0000
committerDavid Shaw <[email protected]>2005-06-10 03:00:57 +0000
commit045433e35ccfb77c16c2abff889bc338decfdbee (patch)
tree0a88c147624a51d21176634d9fac74820e55af2d /g10/trustdb.h
parent* keydb.h, kbnode.c (undelete_kbnode): New function to undelete a (diff)
downloadgnupg-045433e35ccfb77c16c2abff889bc338decfdbee.tar.gz
gnupg-045433e35ccfb77c16c2abff889bc338decfdbee.zip
* options.h, export.c (do_export_stream), keyedit.c (keyedit_menu,
menu_clean_subkeys_from_key), trustdb.h, trustdb.c (clean_subkeys_from_key): Remove subkey cleaning function. It is of very limited usefulness since it cannot be used on any subkey that can sign, and can only affect multiple selfsigs on encryption-only subkeys.
Diffstat (limited to '')
-rw-r--r--g10/trustdb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/trustdb.h b/g10/trustdb.h
index fe3795dcc..b9dae3578 100644
--- a/g10/trustdb.h
+++ b/g10/trustdb.h
@@ -84,7 +84,6 @@ int clear_ownertrusts (PKT_public_key *pk);
int clean_sigs_from_uid(KBNODE keyblock,KBNODE uidnode,int noisy);
int clean_uids_from_key(KBNODE keyblock,int noisy);
-int clean_subkeys_from_key(KBNODE keyblock,int noisy);
/*-- tdbdump.c --*/
void list_trustdb(const char *username);