aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-07-19 08:50:28 +0000
committerWerner Koch <[email protected]>2005-07-19 08:50:28 +0000
commit730247b19e0beb29245140b4c4832d0274844c67 (patch)
tree7436be628286af01d908a19b06f04f191b5d7f89 /g10/options.h
parent* samplekeys.asc: Update 99242560. (diff)
downloadgnupg-730247b19e0beb29245140b4c4832d0274844c67.tar.gz
gnupg-730247b19e0beb29245140b4c4832d0274844c67.zip
* configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH.
* export.c (parse_export_options): New option export-reset-subkey-passwd. (do_export_stream): Implement it. * misc.c (get_libexecdir): New. * keyserver.c (keyserver_spawn): Use it
Diffstat (limited to '')
-rw-r--r--g10/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h
index 0ced05932..05741a937 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -261,6 +261,7 @@ struct {
#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 LIST_SHOW_PHOTOS (1<<0)
#define LIST_SHOW_POLICY_URLS (1<<1)