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 build error when modules are disabled
The commit 59afdc7 ("crypto: api - Move module sig ifdef into accessor function") broke the build when modules are completely disabled because we directly dereference module->name. This patch fixes this by using the accessor function module_name. Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
- Loading branch information