diff options
author | Stefan Bellon <[email protected]> | 2001-08-21 18:08:52 +0000 |
---|---|---|
committer | Stefan Bellon <[email protected]> | 2001-08-21 18:08:52 +0000 |
commit | f3f5665cf695f8a146eb6723c98f83d86aa5dacb (patch) | |
tree | 3dc9f5bd2ebb4f7f0a7204a84610b62c448a59e3 | |
parent | RISC OS specific typedef (diff) | |
download | gnupg-f3f5665cf695f8a146eb6723c98f83d86aa5dacb.tar.gz gnupg-f3f5665cf695f8a146eb6723c98f83d86aa5dacb.zip |
changed trustlevel to singed int
-rw-r--r-- | g10/trustdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/trustdb.c b/g10/trustdb.c index b9c344f50..b7e5bbd6c 100644 --- a/g10/trustdb.c +++ b/g10/trustdb.c @@ -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(); |