aboutsummaryrefslogtreecommitdiffstats
path: root/g10/pkclist.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r--g10/pkclist.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c
index 7a9ac8137..eb4872580 100644
--- a/g10/pkclist.c
+++ b/g10/pkclist.c
@@ -615,6 +615,10 @@ check_signatures_trust( PKT_signature *sig )
goto leave;
}
+ if(pk->maybe_revoked && !pk->is_revoked)
+ log_info(_("WARNING: this key might be revoked (revocation key"
+ " not present)\n"));
+
trustlevel = get_validity (pk, NULL);
if ( (trustlevel & TRUST_FLAG_REVOKED) )