diff options
author | Werner Koch <wk@gnupg.org> | 2020-06-08 15:22:28 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2020-06-08 15:22:58 +0200 |
commit | c1c607a51c02e925aa6102917ce665509da15cee (patch) | |
tree | 74939a226f598cfbe27a0dbb3aa643f8420e7a59 /g10/sig-check.c | |
parent | agent: Fix the condition to detect leading 0x00 problem. (diff) | |
download | gnupg2-c1c607a51c02e925aa6102917ce665509da15cee.tar.xz gnupg2-c1c607a51c02e925aa6102917ce665509da15cee.zip |
doc: Minor code comment fixes.
--
Diffstat (limited to 'g10/sig-check.c')
-rw-r--r-- | g10/sig-check.c | 3 |
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. |