aboutsummaryrefslogtreecommitdiffstats
path: root/src/verify.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-11-03 20:27:35 +0000
committerWerner Koch <[email protected]>2009-11-03 20:27:35 +0000
commitfc0fd88d7fd66cdf8babfee43736da50201b3a53 (patch)
tree0a62b579f7fc408bd5b3ac883c8e8f54d9e47d2d /src/verify.c
parent2009-11-03 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-fc0fd88d7fd66cdf8babfee43736da50201b3a53.tar.gz
gpgme-fc0fd88d7fd66cdf8babfee43736da50201b3a53.zip
Prepare for a new protocol.
Comment clarification.
Diffstat (limited to 'src/verify.c')
-rw-r--r--src/verify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verify.c b/src/verify.c
index e930f7bb..41b0a0f0 100644
--- a/src/verify.c
+++ b/src/verify.c
@@ -201,7 +201,7 @@ calc_sig_summary (gpgme_signature_t sig)
sum |= GPGME_SIGSUM_BAD_POLICY;
/* Set the valid flag when the signature is unquestionable
- valid. */
+ valid. (The test is identical to if(sum == GPGME_SIGSUM_GREEN)). */
if ((sum & GPGME_SIGSUM_GREEN) && !(sum & ~GPGME_SIGSUM_GREEN))
sum |= GPGME_SIGSUM_VALID;