From 7f32d88ed1b81719e0cda11710fc66745deee6e2 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 20 Jan 2011 14:12:53 +0100 Subject: All standard keyserver commands are now using dirmngr. --- common/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/util.h') diff --git a/common/util.h b/common/util.h index 1f7964fc4..f06701fc0 100644 --- a/common/util.h +++ b/common/util.h @@ -150,6 +150,7 @@ struct b64state u32 crc; int stop_seen:1; int invalid_encoding:1; + gpg_error_t lasterr; }; gpg_error_t b64enc_start (struct b64state *state, FILE *fp, const char *title); -- cgit v1.2.3