From: Marcus Brinkmann Date: Tue, 13 Jan 2004 21:42:04 +0000 (+0000) Subject: 2004-01-13 Marcus Brinkmann X-Git-Tag: gpgme-1.2.0@1385~493 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=02106062cb0a812604e2d046e41ad34a2eb605d0;p=gpgme.git 2004-01-13 Marcus Brinkmann * gpgme.h (struct _gpgme_key_sig): Fix comment on REVOKED> --- diff --git a/trunk/gpgme/ChangeLog b/trunk/gpgme/ChangeLog index b7c0f81..923166f 100644 --- a/trunk/gpgme/ChangeLog +++ b/trunk/gpgme/ChangeLog @@ -1,3 +1,7 @@ +2004-01-13 Marcus Brinkmann + + * gpgme.h (struct _gpgme_key_sig): Fix comment on REVOKED> + 2004-01-12 Werner Koch * sign.c: Include util.h for prototype of _gpgme_parse_timestamp. diff --git a/trunk/gpgme/gpgme.h b/trunk/gpgme/gpgme.h index 4c37961..c8e590a 100644 --- a/trunk/gpgme/gpgme.h +++ b/trunk/gpgme/gpgme.h @@ -473,7 +473,7 @@ struct _gpgme_key_sig { struct _gpgme_key_sig *next; - /* True if the signature is revoked. */ + /* True if the signature is a revokation signature. */ unsigned int revoked : 1; /* True if the signature is expired. */