diff options
author | Marcus Brinkmann <[email protected]> | 2002-03-03 17:37:34 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-03-03 17:37:34 +0000 |
commit | 3c9959368e0099af4ef8c27953d7fc3c3d4cea29 (patch) | |
tree | ba67c576c0aaa1bead0298133cd22dba7b1ca07d /doc/gpgme.texi | |
parent | doc/ (diff) | |
download | gpgme-3c9959368e0099af4ef8c27953d7fc3c3d4cea29.tar.gz gpgme-3c9959368e0099af4ef8c27953d7fc3c3d4cea29.zip |
doc/
2002-03-03 Marcus Brinkmann <[email protected]>
* gpgme.texi (Information About Keys): Document GPGME_ATTR_EXPIRE.
gpgme/
2002-03-03 Marcus Brinkmann <[email protected]>
* passphrase.c (_gpgme_passphrase_status_handler): Also set the
error No_Passphrase if only a bad passphrase was provided.
Diffstat (limited to 'doc/gpgme.texi')
-rw-r--r-- | doc/gpgme.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index f691e50c..fb3cbe3d 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -1358,7 +1358,8 @@ This is the timestamp at creation time of a sub key. It is representable as a number. @item GPGME_ATTR_EXPIRE -XXX FIXME +This is the expiration time of a sub key. It is representable as a +number. @item GPGME_ATTR_OTRUST XXX FIXME (also for trust items) |