summaryrefslogtreecommitdiffstats
path: root/g10/sig-check.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2020-06-08 15:22:28 +0200
committerWerner Koch <wk@gnupg.org>2020-06-08 15:22:58 +0200
commitc1c607a51c02e925aa6102917ce665509da15cee (patch)
tree74939a226f598cfbe27a0dbb3aa643f8420e7a59 /g10/sig-check.c
parentagent: Fix the condition to detect leading 0x00 problem. (diff)
downloadgnupg2-c1c607a51c02e925aa6102917ce665509da15cee.tar.xz
gnupg2-c1c607a51c02e925aa6102917ce665509da15cee.zip
doc: Minor code comment fixes.
--
Diffstat (limited to 'g10/sig-check.c')
-rw-r--r--g10/sig-check.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/sig-check.c b/g10/sig-check.c
index e622d9883..2534309dd 100644
--- a/g10/sig-check.c
+++ b/g10/sig-check.c
@@ -103,7 +103,8 @@ check_signature (ctrl_t ctrl, PKT_signature *sig, gcry_md_hd_t digest)
* v5 signatures. They may be NULL to use the default.
*
* If FORCED_PK is not NULL this public key is used to verify the
- * signature and no other public key is looked up.
+ * signature and no other public key is looked up. This is used to
+ * verify against a key included in the signature.
*
* If R_EXPIREDATE is not NULL, R_EXPIREDATE is set to the key's
* expiry.