aboutsummaryrefslogtreecommitdiffstats
path: root/g10/filter.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-04-07 18:16:10 +0000
committerWerner Koch <[email protected]>1998-04-07 18:16:10 +0000
commit86f261dbc50544d73e4b9ae71fcbc2c6df5b9612 (patch)
treed3ba75484a73e1fe891f7ff862ab1f3722cb126c /g10/filter.h
parentcast5 does now work (diff)
downloadgnupg-86f261dbc50544d73e4b9ae71fcbc2c6df5b9612.tar.gz
gnupg-86f261dbc50544d73e4b9ae71fcbc2c6df5b9612.zip
cipher reorganisiert
Diffstat (limited to 'g10/filter.h')
-rw-r--r--g10/filter.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/g10/filter.h b/g10/filter.h
index fac1e0e2b..1bd8ba050 100644
--- a/g10/filter.h
+++ b/g10/filter.h
@@ -60,8 +60,7 @@ typedef struct {
typedef struct {
DEK *dek;
u32 datalen;
- BLOWFISH_context *bf_ctx;
- CAST5_context *cast5_ctx;
+ CIPHER_HANDLE cipher_hd;
int header;
} cipher_filter_context_t;