diff options
author | David Shaw <dshaw@jabberwocky.com> | 2004-03-03 21:54:03 +0100 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2004-03-03 21:54:03 +0100 |
commit | c562c9e8372a3976b7367a011991168b894b5e3d (patch) | |
tree | 4b04062e6db6868ce595f857d41b748a8de40c4b /g10/options.h | |
parent | * build-packet.c (write_header2): Remove call to start old gpg partial (diff) | |
download | gnupg2-c562c9e8372a3976b7367a011991168b894b5e3d.tar.xz gnupg2-c562c9e8372a3976b7367a011991168b894b5e3d.zip |
* options.h, g10.c (main), mainproc.c (check_sig_and_print): Remove
verify-option show-long-keyids and replace with the more general
keyid-format.
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/g10/options.h b/g10/options.h index 9aabc23ce..ee76a29e1 100644 --- a/g10/options.h +++ b/g10/options.h @@ -262,7 +262,6 @@ struct #define VERIFY_SHOW_NOTATIONS (1<<2) #define VERIFY_SHOW_KEYSERVER_URLS (1<<3) #define VERIFY_SHOW_VALIDITY (1<<4) -#define VERIFY_SHOW_LONG_KEYIDS (1<<5) -#define VERIFY_SHOW_UNUSABLE_UIDS (1<<6) +#define VERIFY_SHOW_UNUSABLE_UIDS (1<<5) #endif /*G10_OPTIONS_H*/ |