aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/twofish.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2006-08-21 21:03:52 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2006-09-21 11:16:27 +1000
commit799111020c66c41aef621a3b53ad112543754124 (patch)
treeda9fc944ada8607cf534a2d0b0774ba8e0549fcc /crypto/twofish.c
parentLinux v2.6.18. Arrr! (diff)
downloadlinux-dev-799111020c66c41aef621a3b53ad112543754124.tar.xz
linux-dev-799111020c66c41aef621a3b53ad112543754124.zip
[CRYPTO] api: Fixed crypto_tfm context alignment
Previously the __aligned__ attribute was added to the crypto_tfm context member to ensure it is alinged correctly on architectures such as arm. Unfortunately kmalloc does not use the same minimum alignment rules as gcc so this is useless. This patch changes it to use kmalloc's minimum alignment. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions