commit | a70c522520d967844c01fa01459edc698fc54544 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jul 15 20:39:05 2009 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jul 15 20:39:05 2009 +0800 |
tree | fa132bf2be983b3300340779c155bc8ff95708b0 | |
parent | faae890883624e14a328863eafabf54a36698774 [diff] |
crypto: ahash - Fix setkey crash When the alignment check was made unconditional for ahash we may end up crashing on shash algorithms because we're always calling alg->setkey instead of tfm->setkey. This patch fixes it. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>