mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* 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.
This commit is contained in:
parent
8602e35feb
commit
e81bae94cb
9 changed files with 31 additions and 35 deletions
|
@ -248,7 +248,7 @@ is_disabled(void *dummy,u32 *keyid)
|
|||
}
|
||||
|
||||
int
|
||||
get_validity_info (PKT_public_key *pk, const byte *namehash )
|
||||
get_validity_info (PKT_public_key *pk, PKT_user_id *uid)
|
||||
{
|
||||
return '?';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue