aboutsummaryrefslogtreecommitdiffstats
path: root/g10/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/filter.h')
-rw-r--r--g10/filter.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/g10/filter.h b/g10/filter.h
index 83ed3d153..bedacf9b6 100644
--- a/g10/filter.h
+++ b/g10/filter.h
@@ -23,9 +23,7 @@
#include "cipher.h"
typedef struct {
- MD_HANDLE *md; /* catch all */
- MD5HANDLE md5; /* if !NULL create md5 */
- RMDHANDLE rmd160; /* if !NULL create rmd160 */
+ MD_HANDLE md; /* catch all */
size_t maxbuf_size;
} md_filter_context_t;