commit | 18eb8ea6ee4cc9ed39b45f95b734f523bcfb586b | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed May 19 11:50:58 2010 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed May 19 11:50:58 2010 +1000 |
tree | 2499592ecc24caf28c03c3af7c45dfc6433821f4 | |
parent | 5bdd5ded95b3188d58ba43ac801b8849cbea1b16 [diff] |
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>