diff options
| author | Werner Koch <[email protected]> | 1998-06-25 10:19:08 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-06-25 10:19:08 +0000 |
| commit | 06fd61d081367d1c7bdf7fd653fe56527ee2320a (patch) | |
| tree | de84926892e4038c81953f635f8c3c52a9945d62 /g10/trustdb.c | |
| parent | some more internall structure changes (diff) | |
| download | gnupg-06fd61d081367d1c7bdf7fd653fe56527ee2320a.tar.gz gnupg-06fd61d081367d1c7bdf7fd653fe56527ee2320a.zip | |
nearly ready for 0.3.0
Diffstat (limited to 'g10/trustdb.c')
| -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 bb4942c41..6ee436128 100644 --- a/g10/trustdb.c +++ b/g10/trustdb.c @@ -1705,7 +1705,7 @@ check_trust( PKT_public_cert *pkc, unsigned *r_trustlevel ) TRUSTREC rec; unsigned trustlevel = TRUST_UNKNOWN; int rc=0; - int cur_time; + u32 cur_time; if( DBG_TRUST ) log_info("check_trust() called.\n"); |
