1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Inadvertently left out of the 2003-06-01 checkin

This commit is contained in:
David Shaw 2003-06-04 21:21:23 +00:00
parent d79ea5df2b
commit 39e6e163d4
2 changed files with 10 additions and 2 deletions

View file

@ -1402,8 +1402,15 @@ check_sig_and_print( CTX c, KBNODE node )
if( !rc )
{
show_notation(sig,0,1);
show_policy_url(sig,0,1);
if(opt.verify_options&VERIFY_SHOW_POLICY)
show_policy_url(sig,0,1);
else
show_policy_url(sig,0,2);
if(opt.verify_options&VERIFY_SHOW_NOTATION)
show_notation(sig,0,1);
else
show_notation(sig,0,2);
}
if( !rc && is_status_enabled() ) {