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/ChangeLog | 4 ++++ common/util.h | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'common') diff --git a/common/ChangeLog b/common/ChangeLog index 62fc480dd..35dd2d8a4 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -1,3 +1,7 @@ +2010-09-02 Werner Koch + + * util.h (GPG_ERR_NOT_INITIALIZED): Define if not defined. + 2010-09-01 Marcus Brinkmann * estream.c (_es_set_std_fd): Disable debug output. 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