]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: null - Use NULL2 in Makefile
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 17 Aug 2015 09:45:27 +0000 (17:45 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 17 Aug 2015 11:49:13 +0000 (19:49 +0800)
commit3a0c349a77bfa4112adae5231a05ab9a95fa9507
treeb25fbc585bda17173f7f269467b2648aac609237
parent762027e732f857b52612ffdcb1504799525b3be7
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: b1bb8e687b90 ("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>
crypto/Makefile