From 90a4599c5ee0b6f8740d8b537013e68839112217 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 2 Sep 2010 10:46:23 +0000 Subject: Obscure the cached passphrases. --- common/util.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/util.h') 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) -- cgit v1.2.3