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)
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>

No differences found