"git@git.tuxist.de:jan.koester/linux.git" did not exist on "939b20022765bc338b0f72cbf1eed60a907398d7"
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>
Loading
Please sign in to comment