diff options
author | Werner Koch <wk@gnupg.org> | 2008-04-07 21:31:12 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2008-04-07 21:31:12 +0200 |
commit | 86f35a55d01f1ef7aec2b303a722ff5733148aa4 (patch) | |
tree | 99cb8163a8db0deba06608fec178ea9ad602e5c0 /common/util.h | |
parent | Fixed last yat2m change. (diff) | |
download | gnupg2-86f35a55d01f1ef7aec2b303a722ff5733148aa4.tar.xz gnupg2-86f35a55d01f1ef7aec2b303a722ff5733148aa4.zip |
Minor cleanups.
Implemented key helper kdns
Diffstat (limited to 'common/util.h')
-rw-r--r-- | common/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |