diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2015-08-04 09:23:14 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-08-05 03:30:31 -0400 |
commit | e94c6a7a6df189289f0e84c15916571f44cf1ec6 (patch) | |
tree | 73f844fb3be0134237e59f09462e6f446593d842 /crypto/Kconfig | |
parent | a4198fd4b487afc60810f5a12b994721df220022 (diff) |
crypto: authenc - Add Kconfig dependency on CRYPTO_NULL
CRYPTO_AUTHENC needs to depend on CRYPTO_NULL as authenc uses
null for copying.
Reported-by: Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 354bb692c964..ac7cc6226e61 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -200,6 +200,7 @@ config CRYPTO_AUTHENC | |||
200 | select CRYPTO_BLKCIPHER | 200 | select CRYPTO_BLKCIPHER |
201 | select CRYPTO_MANAGER | 201 | select CRYPTO_MANAGER |
202 | select CRYPTO_HASH | 202 | select CRYPTO_HASH |
203 | select CRYPTO_NULL | ||
203 | help | 204 | help |
204 | Authenc: Combined mode wrapper for IPsec. | 205 | Authenc: Combined mode wrapper for IPsec. |
205 | This is required for IPSec. | 206 | This is required for IPSec. |