diff options
author | Werner Koch <[email protected]> | 2010-09-13 10:17:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-09-13 10:17:04 +0000 |
commit | 4fdd83b401c624b868445a8ccf43ecb845b28c83 (patch) | |
tree | 6860a95aebdf9374e4d414637a393f1e6e2a6570 /agent/cache.c | |
parent | Removed more secret key related code. (diff) | |
download | gnupg-4fdd83b401c624b868445a8ccf43ecb845b28c83.tar.gz gnupg-4fdd83b401c624b868445a8ccf43ecb845b28c83.zip |
Fix standard directories for Wince.
Typo fix.
Diffstat (limited to 'agent/cache.c')
-rw-r--r-- | agent/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/cache.c b/agent/cache.c index 19f250217..abbf8c653 100644 --- a/agent/cache.c +++ b/agent/cache.c @@ -35,7 +35,7 @@ we use one context to do all encryption and decryption. */ static pth_mutex_t encryption_lock; /* The encryption context. This is the only place where the - encryption key for all cached entries is available. It would nice + encryption key for all cached entries is available. It would be nice to keep this (or just the key) in some hardware device, for example a TPM. Libgcrypt could be extended to provide such a service. With the current scheme it is easy to retrieve the cached entries |