aboutsummaryrefslogtreecommitdiffstats
path: root/g10/mainproc.c
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/mainproc.c
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 '')
-rw-r--r--g10/mainproc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c
index 138a85542..67f3d74a3 100644
--- a/g10/mainproc.c
+++ b/g10/mainproc.c
@@ -1485,7 +1485,7 @@ check_sig_and_print( CTX c, KBNODE node )
m_free(p);
- if(opt.verify_options&VERIFY_SHOW_VALIDITY)
+ if(opt.verify_options&VERIFY_SHOW_UID_VALIDITY)
fprintf(log_stream()," [%s]\n",trust_value_to_string(valid));
else
fputs("\n", log_stream() );
@@ -1568,7 +1568,7 @@ check_sig_and_print( CTX c, KBNODE node )
log_info(_(" aka \"%s\""),p);
m_free(p);
- if(opt.verify_options&VERIFY_SHOW_VALIDITY)
+ if(opt.verify_options&VERIFY_SHOW_UID_VALIDITY)
{
const char *valid;
if(un->pkt->pkt.user_id->is_revoked)