From 413c55e0c6bef53cd90c93489817ff70801d5eba Mon Sep 17 00:00:00 2001 From: "Adam J. Richter" Date: Sat, 7 Dec 2002 22:36:58 -0800 Subject: [CRYPTO]: Simplify crypto memory allocation. --- include/linux/crypto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linux') 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 { -- cgit v1.3