diff options
| author | Adam J. Richter <adam@yggdrasil.com> | 2002-12-07 22:36:58 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2002-12-07 22:36:58 -0800 |
| commit | 413c55e0c6bef53cd90c93489817ff70801d5eba (patch) | |
| tree | 45597c74b60c5b16c50721988f33907c54b83cb9 /include/linux/crypto.h | |
| parent | 561e33a269398316ec5b5108f45b6b6335741e7d (diff) | |
[CRYPTO]: Simplify crypto memory allocation.
Diffstat (limited to 'include/linux/crypto.h')
| -rw-r--r-- | include/linux/crypto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/crypto.h b/include/linux/crypto.h index f82c74decefe..5c29e2b58011 100644 --- a/include/linux/crypto.h +++ b/include/linux/crypto.h @@ -161,7 +161,6 @@ struct compress_tfm { struct crypto_tfm { void *crt_ctx; - void *crt_work_block; u32 crt_flags; union { |
