gpgme/gpgme (ChangeLog gpgme.h key.c keylist.c sign.c)
cvs user marcus
cvs at cvs.gnupg.org
Thu Dec 25 15:38:40 CET 2003
Date: Thursday, December 25, 2003 @ 15:38:40
Author: marcus
Path: /cvs/gnupg/gpgme/gpgme
Modified: ChangeLog gpgme.h key.c keylist.c sign.c
doc/
2003-12-25 Marcus Brinkmann <marcus at g10code.de>
* 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 <marcus at g10code.de>
* 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.
-----------+
ChangeLog | 12 ++++++++++++
gpgme.h | 24 +++++++++++++++++-------
key.c | 2 +-
keylist.c | 9 +++++----
sign.c | 5 +++--
5 files changed, 38 insertions(+), 14 deletions(-)
More information about the Gnupg-commits
mailing list