diff options
Diffstat (limited to 'sm/keylist.c')
-rw-r--r-- | sm/keylist.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sm/keylist.c b/sm/keylist.c index c593ccc46..014147e69 100644 --- a/sm/keylist.c +++ b/sm/keylist.c @@ -415,6 +415,8 @@ list_cert_colon (ctrl_t ctrl, ksba_cert_t cert, unsigned int validity, *truststring = 'e'; else if (valerr) *truststring = 'i'; + else if (ctrl->with_validation && !is_root) + *truststring = 'f'; } /* If we have no truststring yet (i.e. the certificate might be |