aboutsummaryrefslogtreecommitdiffstats
path: root/sm/certchain.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-10-05 19:05:43 +0000
committerWerner Koch <[email protected]>2010-10-05 19:05:43 +0000
commitcc71376bcef00c2e2710eefe6bc4517daea1b8d5 (patch)
treef541397c3538f7d2bfa4888cdc72faa0bc123a0d /sm/certchain.c
parentFix a build_sources problem (diff)
downloadgnupg-cc71376bcef00c2e2710eefe6bc4517daea1b8d5.tar.gz
gnupg-cc71376bcef00c2e2710eefe6bc4517daea1b8d5.zip
Don't set SSH_AGENTPID_INFO.
Doc fixes. Allow TCP and local sockets in watchgnupg.
Diffstat (limited to 'sm/certchain.c')
-rw-r--r--sm/certchain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/certchain.c b/sm/certchain.c
index 40ab6a4b5..3d856fee1 100644
--- a/sm/certchain.c
+++ b/sm/certchain.c
@@ -274,7 +274,7 @@ unknown_criticals (ksba_cert_t cert, int listmode, estream_t fp)
/* Check whether CERT is an allowed certificate. This requires that
CERT matches all requirements for such a CA, i.e. the
BasicConstraints extension. The function returns 0 on success and
- the awlloed length of the chain at CHAINLEN. */
+ the allowed length of the chain at CHAINLEN. */
static int
allowed_ca (ctrl_t ctrl,
ksba_cert_t cert, int *chainlen, int listmode, estream_t fp)