commit | c26819900036f5b91608051a0fc7c76f6b4ffc7b | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Feb 01 22:17:39 2017 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Feb 03 17:45:48 2017 +0800 |
tree | ccffcd7a4410005c8ede82ec5435c85ad01c062b | |
parent | e5da5c5667381d2772374ee6a2967b3576c9483d [diff] |
crypto: aesni - Fix failure when pcbc module is absent When aesni is built as a module together with pcbc, the pcbc module must be present for aesni to load. However, the pcbc module may not be present for reasons such as its absence on initramfs. This patch allows the aesni to function even if the pcbc module is enabled but not present. Reported-by: Arkadiusz MiĆkiewicz <arekm@maven.pl> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>