aboutsummaryrefslogtreecommitdiffstats
path: root/sm/certchain.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sm/certchain.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sm/certchain.c b/sm/certchain.c
index 647adc030..054ca4c83 100644
--- a/sm/certchain.c
+++ b/sm/certchain.c
@@ -136,6 +136,8 @@ allowed_ca (ksba_cert_t cert, int *chainlen, int listmode, FILE *fp)
{
if (get_regtp_ca_info (cert, chainlen))
{
+ /* Note that dirmngr takes a different way to cope with such
+ certs. */
return 0; /* RegTP issued certificate. */
}