aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-12-03 10:28:10 +0000
committerWerner Koch <[email protected]>2014-12-03 10:28:10 +0000
commit17b4662984b4669d8dcbbd6705ccfbe6c263319c (patch)
tree9a05c91ba2c9cd32ca141f2af6f57f1d769f4dff /g10/options.h
parentagent: Replace some sprintf. (diff)
downloadgnupg-17b4662984b4669d8dcbbd6705ccfbe6c263319c.tar.gz
gnupg-17b4662984b4669d8dcbbd6705ccfbe6c263319c.zip
gpg: Remove option aliases --[no-]throw-keyid and --notation-data.
* g10/gpg.c (opts): Remove them. * g10/options.h (opt): s/throw_keyid/throw_keyids/ and change users. -- See mails starting http://lists.gnupg.org/pipermail/gnupg-devel/2014-November/029128.html
Diffstat (limited to 'g10/options.h')
-rw-r--r--g10/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h
index 7ec81af36..9aadb4219 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -130,7 +130,7 @@ struct
int shm_coprocess;
const char *set_filename;
strlist_t comments;
- int throw_keyid;
+ int throw_keyids;
const char *photo_viewer;
int s2k_mode;
int s2k_digest_algo;