diff options
Diffstat (limited to 'g10/filter.h')
-rw-r--r-- | g10/filter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/filter.h b/g10/filter.h index acbb4ca25..ec34696a4 100644 --- a/g10/filter.h +++ b/g10/filter.h @@ -23,6 +23,7 @@ #include "cipher.h" typedef struct { + MD_HANDLE *md; /* catch all */ MD5HANDLE md5; /* if !NULL create md5 */ RMDHANDLE rmd160; /* if !NULL create rmd160 */ size_t maxbuf_size; |