aboutsummaryrefslogtreecommitdiffstats
path: root/common/util.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-09-02 10:46:23 +0000
committerWerner Koch <[email protected]>2010-09-02 10:46:23 +0000
commit90a4599c5ee0b6f8740d8b537013e68839112217 (patch)
treeb320fb2244bf1e150a9308d531f0cd5db2ffdf16 /common/util.h
parentEven less prompts for a new key now. (diff)
downloadgnupg-90a4599c5ee0b6f8740d8b537013e68839112217.tar.gz
gnupg-90a4599c5ee0b6f8740d8b537013e68839112217.zip
Obscure the cached passphrases.
Diffstat (limited to 'common/util.h')
-rw-r--r--common/util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h
index fdea333b5..341df2531 100644
--- a/common/util.h
+++ b/common/util.h
@@ -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)