diff options
author | Werner Koch <[email protected]> | 2025-05-06 11:47:51 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-05-06 11:47:51 +0000 |
commit | 9589da97e2fca8236415bb8e66287975110577e7 (patch) | |
tree | de0c38d2b880d6118c3330e708baa1ed69200011 /common/t-recsel.c | |
parent | gpg: Fix another regression due to the T7547 fix. (diff) | |
download | gnupg-9589da97e2fca8236415bb8e66287975110577e7.tar.gz gnupg-9589da97e2fca8236415bb8e66287975110577e7.zip |
gpgsm: Always print info about certs-only message.
* sm/verify.c (gpgsm_verify): Always print info that a certs-only
message has been processed.
--
Prior to this patch the message was only printed if no data file has
been given.
Reported-by: Albrecht Dreß
Diffstat (limited to 'common/t-recsel.c')
-rw-r--r-- | common/t-recsel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/t-recsel.c b/common/t-recsel.c index 679ea7aff..6ee8bed84 100644 --- a/common/t-recsel.c +++ b/common/t-recsel.c @@ -388,7 +388,6 @@ run_test_2 (void) FREEEXPR(); ADDEXPR ("letters -f"); - recsel_dump (se); if (!recsel_select (se, test_2_getval, NULL)) fail (0, 0); FREEEXPR(); |