Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: api - Fix algorithm module auto-loading
The commit a760a66 (crypto: api - Fix module load deadlock with fallback algorithms) broke the auto-loading of algorithms that require fallbacks. The problem is that the fallback mask check is missing an and which cauess bits that should be considered to interfere with the result. Reported-by: Chuck Ebbert <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information