crypto: shash - Remove usage of CRYPTO_MINALIGN
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 19 May 2010 01:50:58 +0000 (11:50 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 19 May 2010 01:50:58 +0000 (11:50 +1000)
commit18eb8ea6ee4cc9ed39b45f95b734f523bcfb586b
tree2499592ecc24caf28c03c3af7c45dfc6433821f4
parent5bdd5ded95b3188d58ba43ac801b8849cbea1b16
crypto: shash - Remove usage of CRYPTO_MINALIGN

The macro CRYPTO_MINALIGN is not meant to be used directly.  This
patch replaces it with crypto_tfm_ctx_alignment.

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