aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/options.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h
index e1391523a..7ce4ebb76 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -257,7 +257,9 @@ struct {
#define EXPORT_ATTRIBUTES (1<<1)
#define EXPORT_SENSITIVE_REVKEYS (1<<2)
#define EXPORT_MINIMAL (1<<3)
-#define EXPORT_UNUSABLE_SIGS (1<<4)
+#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)