crypto: rsa - fix invalid select for AKCIPHER
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>
This commit is contained in:
parent
1bd2cd6bc6
commit
425e0172a5
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ config CRYPTO_AKCIPHER
|
|||
|
||||
config CRYPTO_RSA
|
||||
tristate "RSA algorithm"
|
||||
select AKCIPHER
|
||||
select CRYPTO_AKCIPHER
|
||||
select MPILIB
|
||||
select ASN1
|
||||
help
|
||||
|
|
Loading…
Reference in a new issue