Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: Herbert Xu <[email protected]>
- Loading branch information