1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +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();