aboutsummaryrefslogtreecommitdiffstats
path: root/sm/certchain.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-12-17 17:25:26 +0000
committerWerner Koch <[email protected]>2009-12-17 17:25:26 +0000
commitaf935bd41030ed12b53a4ba42b9e398facf08310 (patch)
tree6ffdd932d40f70dd0d2c8033703063a94898f3f6 /sm/certchain.c
parentDo not use the VMC C reserved word readonly. (diff)
downloadgnupg-af935bd41030ed12b53a4ba42b9e398facf08310.tar.gz
gnupg-af935bd41030ed12b53a4ba42b9e398facf08310.zip
Implement --faked-systrem-time for gpg.
Typo and comment fixes.
Diffstat (limited to 'sm/certchain.c')
-rw-r--r--sm/certchain.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sm/certchain.c b/sm/certchain.c
index 37ac9c15d..bbb8bbe8d 100644
--- a/sm/certchain.c
+++ b/sm/certchain.c
@@ -241,9 +241,9 @@ unknown_criticals (ksba_cert_t cert, int listmode, estream_t fp)
;
unsupported = !known[i];
- /* If this critical extension is not supoported, check the list
- of to be ignored extensions to se whether we claim that it is
- supported. */
+ /* If this critical extension is not supported. Check the list
+ of to be ignored extensions to see whether we claim that it
+ is supported. */
if (unsupported && opt.ignored_cert_extensions)
{
for (sl=opt.ignored_cert_extensions;