projects
/
GitHub
/
LineageOS
/
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:
1bd2cd6
)
crypto: rsa - fix invalid select for AKCIPHER
author
Tadeusz Struk
<tadeusz.struk@intel.com>
Fri, 19 Jun 2015 17:27:39 +0000
(10:27 -0700)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Sun, 21 Jun 2015 11:59:28 +0000
(19:59 +0800)
Should be CRYPTO_AKCIPHER instead of AKCIPHER
Reported-by: Andreas Ruprecht <andreas.ruprecht@fau.de>
Signed-off-by: Tadeusz Struk <tadeusz.struk@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 6c79ef0e168d227075259d321a92762fe61807a0..b4cfc5754033b9ddfa17d8ad395baf0e751891bd 100644
(file)
--- a/
crypto/Kconfig
+++ b/
crypto/Kconfig
@@
-102,7
+102,7
@@
config CRYPTO_AKCIPHER
config CRYPTO_RSA
tristate "RSA algorithm"
- select AKCIPHER
+ select
CRYPTO_
AKCIPHER
select MPILIB
select ASN1
help