projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4198fd
)
crypto: authenc - Add Kconfig dependency on CRYPTO_NULL
author
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 4 Aug 2015 13:23:14 +0000
(21:23 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 5 Aug 2015 07:30:31 +0000
(15:30 +0800)
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>
crypto/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/crypto/Kconfig
b/crypto/Kconfig
index 354bb692c9645c36e1590d1a40f73cf537b154f4..ac7cc6226e61a3f6658db577837b535438cb6a11 100644
(file)
--- a/
crypto/Kconfig
+++ b/
crypto/Kconfig
@@
-200,6
+200,7
@@
config CRYPTO_AUTHENC
select CRYPTO_BLKCIPHER
select CRYPTO_MANAGER
select CRYPTO_HASH
+ select CRYPTO_NULL
help
Authenc: Combined mode wrapper for IPsec.
This is required for IPSec.