[CRYPTO] blkcipher: Increase kmalloc amount to aligned block size
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 4 Oct 2007 06:49:00 +0000 (14:49 +0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:55:48 +0000 (16:55 -0700)
Now that the block size is no longer a multiple of the alignment, we need to
increase the kmalloc amount in blkcipher_next_slow to use the aligned block
size.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found