2004-01-13 Marcus Brinkmann <marcus@g10code.de>

* gpgme.h (struct _gpgme_key_sig): Fix comment on REVOKED>
This commit is contained in:
Marcus Brinkmann 2004-01-13 21:42:04 +00:00
parent 615321b796
commit 76b5855b8e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-01-13 Marcus Brinkmann <marcus@g10code.de>
* gpgme.h (struct _gpgme_key_sig): Fix comment on REVOKED>
2004-01-12 Werner Koch <wk@gnupg.org>
* sign.c: Include util.h for prototype of _gpgme_parse_timestamp.

View File

@ -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. */