1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-07-01 02:42:44 +02:00

changed trustlevel to singed int

This commit is contained in:
Stefan Bellon 2001-08-21 18:08:52 +00:00
parent dd3a8de732
commit f3f5665cf6

View File

@ -2457,7 +2457,7 @@ mark_fresh_keys()
int
query_trust_info( PKT_public_key *pk, const byte *namehash )
{
unsigned trustlevel;
int trustlevel;
int c;
init_trustdb();