2004-01-13 Marcus Brinkmann <marcus@g10code.de>
* gpgme.h (struct _gpgme_key_sig): Fix comment on REVOKED>
This commit is contained in:
parent
615321b796
commit
76b5855b8e
@ -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>
|
2004-01-12 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* sign.c: Include util.h for prototype of _gpgme_parse_timestamp.
|
* sign.c: Include util.h for prototype of _gpgme_parse_timestamp.
|
||||||
|
@ -473,7 +473,7 @@ struct _gpgme_key_sig
|
|||||||
{
|
{
|
||||||
struct _gpgme_key_sig *next;
|
struct _gpgme_key_sig *next;
|
||||||
|
|
||||||
/* True if the signature is revoked. */
|
/* True if the signature is a revokation signature. */
|
||||||
unsigned int revoked : 1;
|
unsigned int revoked : 1;
|
||||||
|
|
||||||
/* True if the signature is expired. */
|
/* True if the signature is expired. */
|
||||||
|
Loading…
Reference in New Issue
Block a user