diff options
Diffstat (limited to 'sm/verify.c')
-rw-r--r-- | sm/verify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/verify.c b/sm/verify.c index 3c22ee0cc..2aaab30cd 100644 --- a/sm/verify.c +++ b/sm/verify.c @@ -703,7 +703,7 @@ gpgsm_verify (ctrl_t ctrl, estream_t in_fp, estream_t data_fp, if (*qualbuffer) { log_info (_("This is a qualified signature\n")); - if (!opt.qualsig_approval) + if (!opt.qualsig_approval && !opt.no_qes_note) log_info (_("Note, that this software is not officially approved " "to create or verify such signatures.\n")); |