mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Obscure the cached passphrases.
This commit is contained in:
parent
a0b9ebfb7d
commit
90a4599c5e
10 changed files with 215 additions and 160 deletions
|
@ -30,6 +30,10 @@
|
|||
#ifndef GPG_ERR_LIMIT_REACHED
|
||||
#define GPG_ERR_LIMIT_REACHED 183
|
||||
#endif
|
||||
#ifndef GPG_ERR_NOT_INITIALIZED
|
||||
#define GPG_ERR_NOT_INITIALIZED 184
|
||||
#endif
|
||||
|
||||
|
||||
/* Hash function used with libksba. */
|
||||
#define HASH_FNC ((void (*)(void *, const void*,size_t))gcry_md_write)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue