diff options
| author | James Morris <jmorris@intercode.com.au> | 2003-03-07 19:46:27 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-03-07 19:46:27 -0800 |
| commit | 16ffa71a18bb0177edfeb3d3a46880375587191c (patch) | |
| tree | 8b2ae2e441bd8007008d6e00f86a3d5424d7b6a4 /include/linux/crypto.h | |
| parent | c7870e139556aa404578b575927d87fbc7148ab2 (diff) | |
[CRYPTO]: Eliminate crypto_tfm.crt_ctx, from Adam Richter.
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 5083e6b9c3b0..e7c775fb160a 100644 --- a/include/linux/crypto.h +++ b/include/linux/crypto.h @@ -172,7 +172,6 @@ struct compress_tfm { struct crypto_tfm { - void *crt_ctx; u32 crt_flags; union { |
