STABLE-BRANCH-1-2 gnupg/g10 (9 files)
cvs user dshaw
cvs@cvs.gnupg.org
Thu, 09 Jan 2003 05:04:55 +0100
Date: Thursday, January 9, 2003 @ 05:04:55
Author: dshaw
Path: /cvs/gnupg/gnupg/g10
Tag: STABLE-BRANCH-1-2
Modified: ChangeLog free-packet.c gpgv.c keyedit.c keylist.c packet.h
pkclist.c trustdb.c trustdb.h
* packet.h, pkclist.c (build_pk_list), free-packet.c
(release_public_key_parts): Remove unused namehash element for public
keys.
* trustdb.h, gpgv.c, trustdb.c (get_validity, get_validity_info): Pass a
user ID in rather than a namehash, so we only have to do the hashing in
one place.
---------------+
ChangeLog | 10 ++++++++++
free-packet.c | 5 -----
gpgv.c | 2 +-
keyedit.c | 10 +---------
keylist.c | 15 +++------------
packet.h | 1 -
pkclist.c | 2 +-
trustdb.c | 17 +++++++++++++----
trustdb.h | 4 ++--
9 files changed, 31 insertions(+), 35 deletions(-)