1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

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
This commit is contained in:
Werner Koch 2014-12-03 11:28:10 +01:00
parent fabcf1440a
commit 17b4662984
4 changed files with 8 additions and 8 deletions

View file

@ -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;