aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpgv.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2003-01-11 03:57:00 +0000
committerDavid Shaw <[email protected]>2003-01-11 03:57:00 +0000
commit8b3b70499a26300930b1414cb0445d24ba9530eb (patch)
tree3cebfbec28186f5c96c67ec43e640d76b3c87b3d /g10/gpgv.c
parentUpdated from latest NewPG project (diff)
downloadgnupg-8b3b70499a26300930b1414cb0445d24ba9530eb.tar.gz
gnupg-8b3b70499a26300930b1414cb0445d24ba9530eb.zip
* armor.c (armor_filter): Comment about PGP's end of line tab problem.
* trustdb.h, trustdb.c (trust_letter): Make static. (get_ownertrust_info, get_validity_info): Don't mask the trust level twice. * trustdb.h, gpgv.c, trustdb.c (get_validity, get_validity_info), keylist.c (list_keyblock_colon), keyedit.c (show_key_with_all_names_colon, menu_revuid): Pass a user ID in rather than a namehash, so we only have to do the hashing in one place. * packet.h, pkclist.c (build_pk_list), free-packet.c (release_public_key_parts): Remove unused namehash element for public keys.
Diffstat (limited to '')
-rw-r--r--g10/gpgv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/gpgv.c b/g10/gpgv.c
index 389cb40f8..8e22d50e3 100644
--- a/g10/gpgv.c
+++ b/g10/gpgv.c
@@ -239,7 +239,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 '?';
}