From bfbd80feb95fba36292cd9dab43016f17b1e6972 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 1 Oct 2010 20:33:53 +0000 Subject: Exporting secret keys via gpg-agent is now basically supported. A couple of forward ported changes. Doc updates. --- common/util.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common/util.h') diff --git a/common/util.h b/common/util.h index 341df2531..286cf50a2 100644 --- a/common/util.h +++ b/common/util.h @@ -33,6 +33,12 @@ #ifndef GPG_ERR_NOT_INITIALIZED #define GPG_ERR_NOT_INITIALIZED 184 #endif +#ifndef GPG_ERR_MISSING_ISSUER_CERT +#define GPG_ERR_MISSING_ISSUER_CERT 185 +#endif +#ifndef GPG_ERR_FULLY_CANCELED +#define GPG_ERR_FULLY_CANCELED 198 +#endif /* Hash function used with libksba. */ -- cgit