diff options
author | Werner Koch <[email protected]> | 1998-11-08 17:23:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-11-08 17:23:14 +0000 |
commit | 35c10545075da2353511ed83f7b5bb664f055df4 (patch) | |
tree | c92b3dc1ff2306194942b0d28e16e9ea8d28846e /g10/tdbio.c | |
parent | overhauled the trustdb stuff (diff) | |
download | gnupg-0-4-3.tar.gz gnupg-0-4-3.zip |
ready to release 0.4.3V0-4-3
Diffstat (limited to 'g10/tdbio.c')
-rw-r--r-- | g10/tdbio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/tdbio.c b/g10/tdbio.c index f4c97e85e..424add4eb 100644 --- a/g10/tdbio.c +++ b/g10/tdbio.c @@ -56,7 +56,7 @@ struct cache_ctrl_struct { char data[TRUST_RECORD_LEN]; }; -#define MAX_CACHE_ENTRIES_SOFT 200 /* may be increased due while in a */ +#define MAX_CACHE_ENTRIES_SOFT 200 /* may be increased while in a */ #define MAX_CACHE_ENTRIES_HARD 1000 /* transaction to this one */ static CACHE_CTRL cache_list; static int cache_entries; |