aboutsummaryrefslogtreecommitdiffstats
path: root/g10/sig-check.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/sig-check.c')
-rw-r--r--g10/sig-check.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/sig-check.c b/g10/sig-check.c
index 4731588c6..937410c8c 100644
--- a/g10/sig-check.c
+++ b/g10/sig-check.c
@@ -433,9 +433,11 @@ check_key_signature2( KBNODE root, KBNODE node, int *is_selfsig, u32 *r_expire)
sig = node->pkt->pkt.signature;
algo = sig->digest_algo;
+ #if 0 /* I am not sure whether this is a good thing to do */
if( sig->flags.checked )
log_debug("check_key_signature: already checked: %s\n",
sig->flags.valid? "good":"bad" );
+ #endif
if( (rc=check_digest_algo(algo)) )
return rc;