commit | a26bcb04861db3061bb7db11ce905aa037111f81 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Aug 17 17:45:27 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Aug 17 19:49:13 2015 +0800 |
tree | b25fbc585bda17173f7f269467b2648aac609237 | |
parent | 58268e58e63550e24dee7d6125078ab2a2a22272 [diff] |
crypto: null - Use NULL2 in Makefile The Kconfig option NULL2 has been added as CRYPTO_MANAGER now depends indirectly on NULL2. However, the Makefile was not updated to use the new option, resulting in potential build failures when only NULL2 is enabled. Fixes: 149a39717dcc ("crypto: aead - Add type-safe geniv init/exit helpers") Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>