1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Fix standard directories for Wince.

Typo fix.
This commit is contained in:
Werner Koch 2010-09-13 10:17:04 +00:00
parent 299ed4c9e2
commit 4fdd83b401
4 changed files with 39 additions and 46 deletions

View file

@ -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