mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-23 10:29:58 +01:00
changed trustlevel to singed int
This commit is contained in:
parent
dd3a8de732
commit
f3f5665cf6
@ -2457,7 +2457,7 @@ mark_fresh_keys()
|
|||||||
int
|
int
|
||||||
query_trust_info( PKT_public_key *pk, const byte *namehash )
|
query_trust_info( PKT_public_key *pk, const byte *namehash )
|
||||||
{
|
{
|
||||||
unsigned trustlevel;
|
int trustlevel;
|
||||||
int c;
|
int c;
|
||||||
|
|
||||||
init_trustdb();
|
init_trustdb();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user