aboutsummaryrefslogtreecommitdiffstats
path: root/g10/pkclist.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r--g10/pkclist.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c
index a47747f0b..d4e8133ae 100644
--- a/g10/pkclist.c
+++ b/g10/pkclist.c
@@ -202,7 +202,7 @@ do_we_trust( PKT_public_cert *pkc, int trustlevel )
return do_we_trust( pkc, trustlevel );
case TRUST_EXPIRED:
- log_info("trust has expired: NOT yet implemented\n");
+ log_info("key has expired\n");
return 0; /* no */
case TRUST_UNDEFINED:
@@ -215,11 +215,11 @@ do_we_trust( PKT_public_cert *pkc, int trustlevel )
if( rc )
log_fatal("trust check after add_ownertrust failed: %s\n",
g10_errstr(rc) );
- /* FIXME: this is recursive; we better should unroll it */
+ /* fixme: this is recursive; we better should unroll it */
return do_we_trust( pkc, trustlevel );
}
}
- return 0; /* no FIXME: add "Proceed anyway?" */
+ return 0;
case TRUST_NEVER:
log_info("We do NOT trust this key\n");