aboutsummaryrefslogtreecommitdiffstats
path: root/g10/sign.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/sign.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/g10/sign.c b/g10/sign.c
index edefa2125..73286fcb3 100644
--- a/g10/sign.c
+++ b/g10/sign.c
@@ -123,8 +123,8 @@ mk_notation_and_policy( PKT_signature *sig,
m_free(buf);
}
- if(opt.show_notation)
- show_notation(sig,0);
+ if(opt.list_options&LIST_SHOW_NOTATION)
+ show_notation(sig,0,0);
/* set policy URL */
if( IS_SIG(sig) && opt.sig_policy_url )
@@ -161,8 +161,8 @@ mk_notation_and_policy( PKT_signature *sig,
m_free(s);
}
- if(opt.show_policy_url)
- show_policy_url(sig,0);
+ if(opt.list_options&LIST_SHOW_POLICY)
+ show_policy_url(sig,0,0);
}