diff options
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/g10/options.h b/g10/options.h index 20544b9a6..ade26dcc4 100644 --- a/g10/options.h +++ b/g10/options.h @@ -271,10 +271,9 @@ struct { #define EXPORT_LOCAL_SIGS (1<<0) #define EXPORT_ATTRIBUTES (1<<1) #define EXPORT_SENSITIVE_REVKEYS (1<<2) -#define EXPORT_MINIMAL (1<<3) -#define EXPORT_CLEAN_SIGS (1<<4) -#define EXPORT_CLEAN_UIDS (1<<5) -#define EXPORT_RESET_SUBKEY_PASSWD (1<<6) +#define EXPORT_RESET_SUBKEY_PASSWD (1<<3) +#define EXPORT_MINIMAL (1<<4) +#define EXPORT_CLEAN (1<<5) #define LIST_SHOW_PHOTOS (1<<0) #define LIST_SHOW_POLICY_URLS (1<<1) |