aboutsummaryrefslogtreecommitdiffstats
path: root/g10/filter.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-04-04 20:16:55 +0000
committerWerner Koch <[email protected]>1998-04-04 20:16:55 +0000
commit53a578711fe65b97c14539048dc9015dc5026da8 (patch)
tree2d358795a9d14fd7dcfe9f7a82e32363038ea8c5 /g10/filter.h
parentstarted with keyserver (diff)
downloadgnupg-53a578711fe65b97c14539048dc9015dc5026da8.tar.gz
gnupg-53a578711fe65b97c14539048dc9015dc5026da8.zip
cast5 does now work
Diffstat (limited to 'g10/filter.h')
-rw-r--r--g10/filter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/filter.h b/g10/filter.h
index 2fa3b8c45..fac1e0e2b 100644
--- a/g10/filter.h
+++ b/g10/filter.h
@@ -61,6 +61,7 @@ typedef struct {
DEK *dek;
u32 datalen;
BLOWFISH_context *bf_ctx;
+ CAST5_context *cast5_ctx;
int header;
} cipher_filter_context_t;