diff options
author | Werner Koch <[email protected]> | 2014-12-03 10:28:10 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-12-03 10:28:10 +0000 |
commit | 17b4662984b4669d8dcbbd6705ccfbe6c263319c (patch) | |
tree | 9a05c91ba2c9cd32ca141f2af6f57f1d769f4dff /g10/options.h | |
parent | agent: Replace some sprintf. (diff) | |
download | gnupg-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.h | 2 |
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; |