summaryrefslogtreecommitdiffstats
path: root/common/sexp-parse.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-12-13 16:45:40 +0100
committerWerner Koch <wk@gnupg.org>2007-12-13 16:45:40 +0100
commit9d66580cff83d5b6cb6dc52ecc2fcfbfe1e94315 (patch)
tree7373ba64496d9695d194ed16c54abee7f5f887ba /common/sexp-parse.h
parentAllow type 20 keys only with option --rfc2440. (diff)
downloadgnupg2-9d66580cff83d5b6cb6dc52ecc2fcfbfe1e94315.tar.xz
gnupg2-9d66580cff83d5b6cb6dc52ecc2fcfbfe1e94315.zip
Allow verification of some broken S-TRUST generated signatures.
Diffstat (limited to 'common/sexp-parse.h')
-rw-r--r--common/sexp-parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/sexp-parse.h b/common/sexp-parse.h
index d2675fbdb..b3213a6fe 100644
--- a/common/sexp-parse.h
+++ b/common/sexp-parse.h
@@ -44,7 +44,7 @@ snext (unsigned char const **buf)
lists and may be passed as a positive number to skip over the
remainder of an S-Expression if the current position is somewhere
in an S-Expression. The function may return an error code if it
- encounters an impossible conditions */
+ encounters an impossible condition. */
static inline gpg_error_t
sskip (unsigned char const **buf, int *depth)
{