From 86f35a55d01f1ef7aec2b303a722ff5733148aa4 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 7 Apr 2008 19:31:12 +0000 Subject: Minor cleanups. Implemented key helper kdns --- 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 53a56a336..e479cfc4c 100644 --- a/common/util.h +++ b/common/util.h @@ -152,6 +152,7 @@ struct b64state FILE *fp; char *title; unsigned char radbuf[4]; + u32 crc; }; gpg_error_t b64enc_start (struct b64state *state, FILE *fp, const char *title); gpg_error_t b64enc_write (struct b64state *state, -- cgit v1.2.3