From 65077adf83ff7cd0f3d7b816f8c82d0565b1f34e Mon Sep 17 00:00:00 2001 From: David Shaw Date: Thu, 21 Oct 2004 19:18:47 +0000 Subject: * 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. --- g10/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g10/options.h') 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) -- cgit