aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-10-21 19:18:47 +0000
committerDavid Shaw <[email protected]>2004-10-21 19:18:47 +0000
commit65077adf83ff7cd0f3d7b816f8c82d0565b1f34e (patch)
tree6535526fea7fdd8055fbaa48c64fb147ef012d48 /g10/options.h
parent* acinclude.m4: aclocal 1.9 wants quoting on AC_DEFUN arguments. (diff)
downloadgnupg-65077adf83ff7cd0f3d7b816f8c82d0565b1f34e.tar.gz
gnupg-65077adf83ff7cd0f3d7b816f8c82d0565b1f34e.zip
* options.h, g10.c (main), mainproc.c (check_sig_and_print): Rename
verify-option show-validity to show-uid-validity to match the similar list-option. * app-openpgp.c (verify_chv3): Fix typo.
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 720b70a5c..66dfb80d0 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -272,7 +272,7 @@ struct {
#define VERIFY_SHOW_USER_NOTATIONS (1<<3)
#define VERIFY_SHOW_NOTATIONS (VERIFY_SHOW_STD_NOTATIONS|VERIFY_SHOW_USER_NOTATIONS)
#define VERIFY_SHOW_KEYSERVER_URLS (1<<4)
-#define VERIFY_SHOW_VALIDITY (1<<5)
+#define VERIFY_SHOW_UID_VALIDITY (1<<5)
#define VERIFY_SHOW_UNUSABLE_UIDS (1<<6)
#define KEYSERVER_INCLUDE_REVOKED (1<<0)