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:
parent
dd3a8de732
commit
f3f5665cf6
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue