diff options
author | David Shaw <[email protected]> | 2005-06-10 03:00:57 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-06-10 03:00:57 +0000 |
commit | 045433e35ccfb77c16c2abff889bc338decfdbee (patch) | |
tree | 0a88c147624a51d21176634d9fac74820e55af2d /g10/options.h | |
parent | * keydb.h, kbnode.c (undelete_kbnode): New function to undelete a (diff) | |
download | gnupg-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 'g10/options.h')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index 7ce4ebb76..6741fa657 100644 --- a/g10/options.h +++ b/g10/options.h @@ -259,7 +259,6 @@ struct { #define EXPORT_MINIMAL (1<<3) #define EXPORT_CLEAN_SIGS (1<<4) #define EXPORT_CLEAN_UIDS (1<<5) -#define EXPORT_CLEAN_SUBKEYS (1<<6) #define LIST_SHOW_PHOTOS (1<<0) #define LIST_SHOW_POLICY_URLS (1<<1) |