diff options
author | Werner Koch <[email protected]> | 2009-05-15 11:16:28 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-05-15 11:16:28 +0000 |
commit | 002f51031acfb01b4af36ceec190557a7e3422b4 (patch) | |
tree | f26c30ec5c23bda8c10db95da79d097c8ca45eb2 /agent/cache.c | |
parent | Improved smartcard robustness. (diff) | |
download | gnupg-002f51031acfb01b4af36ceec190557a7e3422b4.tar.gz gnupg-002f51031acfb01b4af36ceec190557a7e3422b4.zip |
Fix bug #1053
Add option --qualitybar to command GET_PASSPHRASE.
Diffstat (limited to 'agent/cache.c')
-rw-r--r-- | agent/cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/cache.c b/agent/cache.c index addd1e8e1..10f9ef65a 100644 --- a/agent/cache.c +++ b/agent/cache.c @@ -194,8 +194,8 @@ agent_flush_cache (void) with a maximum lifetime of TTL seconds. If there is already data under this key, it will be replaced. Using a DATA of NULL deletes the entry. A TTL of 0 is replaced by the default TTL and a TTL of - -1 set infinite timeout. CACHE_MODE is stored with the cache entry - and used t select different timeouts. */ + -1 set infinite timeout. CACHE_MODE is stored with the cache entry + and used to select different timeouts. */ int agent_put_cache (const char *key, cache_mode_t cache_mode, const char *data, int ttl) |