diff options
author | Marcus Brinkmann <[email protected]> | 2003-12-25 14:38:40 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-12-25 14:38:40 +0000 |
commit | de739f876b8d506e32a209d2979ed44a0a33b41d (patch) | |
tree | 6292f08f35a0a483582ffb2ac54bee630d27e199 /doc/gpgme.texi | |
parent | 2003-12-23 Moritz Schulte <[email protected]> (diff) | |
download | gpgme-de739f876b8d506e32a209d2979ed44a0a33b41d.tar.gz gpgme-de739f876b8d506e32a209d2979ed44a0a33b41d.zip |
doc/
2003-12-25 Marcus Brinkmann <[email protected]>
* gpgme.texi (Key Management): Rename member class in
gpgme_key_sig_t to sig_class.
(Creating a Signature): Likewise for gpgme_signature_t.
gpgme/
2003-12-25 Marcus Brinkmann <[email protected]>
* gpgme.h (_GPGME_D_CLASS): Revert this change.
(struct _gpgme_key_sig): For C++ compilers, rename class
member to _obsolete_class. Add new member sig_class.
(struct _gpgme_new_signature): Same here.
* key.c (gpgme_key_sig_get_ulong_attr): Use CERTSIG->sig_class,
not CERTSIG->class.
* keylist.c (keylist_colon_handler): Likewise for KEYSIG, but keep
setting KEYSIG->class, too. Rename variable CLASS to SIG_CLASS.
* sign.c (parse_sig_created): Set SIG->sig_class.
Diffstat (limited to 'doc/gpgme.texi')
-rw-r--r-- | doc/gpgme.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 8c34f897..071793fc 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -2199,7 +2199,7 @@ signature does not expire. This is the status of the signature and has the same meaning as the member of the same name in a @code{gpgme_signature_t} object. -@item unsigned int class +@item unsigned int sig_class This specifies the signature class of the key signature. The meaning is specific to the crypto engine. @@ -4038,7 +4038,7 @@ The public key algorithm used to create this signature. @item gpgme_hash_algo_t The hash algorithm used to create this signature. -@item unsigned int class +@item unsigned int sig_class The signature class of this signature. @item long int timestamp |