diff options
author | Werner Koch <[email protected]> | 1998-04-07 18:16:10 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-04-07 18:16:10 +0000 |
commit | 86f261dbc50544d73e4b9ae71fcbc2c6df5b9612 (patch) | |
tree | d3ba75484a73e1fe891f7ff862ab1f3722cb126c /g10/filter.h | |
parent | cast5 does now work (diff) | |
download | gnupg-86f261dbc50544d73e4b9ae71fcbc2c6df5b9612.tar.gz gnupg-86f261dbc50544d73e4b9ae71fcbc2c6df5b9612.zip |
cipher reorganisiert
Diffstat (limited to 'g10/filter.h')
-rw-r--r-- | g10/filter.h | 3 |
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; |