From 97be197d31314ce89b91683e6440c4630075296d Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 19 Oct 2009 09:18:46 +0000 Subject: [g13] Add RECIPEINT and CREATE command. [sm] Chnage --include-certs default --- g10/options.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'g10/options.h') diff --git a/g10/options.h b/g10/options.h index 3a2a68e61..b6e7e55b8 100644 --- a/g10/options.h +++ b/g10/options.h @@ -257,6 +257,11 @@ EXTERN_UNLESS_MAIN_MODULE struct { int in_auto_key_retrieve; /* True if we are doing an auto_key_retrieve. */ + /* Hack to store the last error. We currently need it because the + proc_packet machinery is not able to reliabale return error + codes. Thus for the --server purposes we store some of the error + codes here. FIXME! */ + gpg_error_t lasterr; } glo_ctrl; #define DBG_PACKET_VALUE 1 /* debug packet reading/writing */ -- cgit v1.2.3