Skip to content
Commit 1693531e authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: shash - Remove superfluous check in init_tfm



We're currently checking the frontend type in init_tfm.  This is
completely pointless because the fact that we're called at all
means that the frontend is ours so the type must match as well.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 07bf44f8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment