aboutsummaryrefslogtreecommitdiffstats
path: root/sm/certchain.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-09-06 11:53:24 +0000
committerWerner Koch <[email protected]>2006-09-06 11:53:24 +0000
commit7b9fa9da99e5e8dd26219a3c501994deee4b794c (patch)
tree6d30a1b2941bd5d28ebb0294915660b0f1881002 /sm/certchain.c
parentMissing file (diff)
downloadgnupg-7b9fa9da99e5e8dd26219a3c501994deee4b794c.tar.gz
gnupg-7b9fa9da99e5e8dd26219a3c501994deee4b794c.zip
Minor changes and typo fixes.
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. */
}