diff options
author | Tadeusz Struk <tadeusz.struk@intel.com> | 2016-05-04 16:38:46 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-05-05 09:27:05 +0300 |
commit | 58446fef579e5214dc6fffd28cc538051efe1f24 (patch) | |
tree | 6f3506553eb5016e0eb1cfecafa84d9ab10aeed3 /crypto | |
parent | 13f4bb78cf6a312bbdec367ba3da044b09bf0e29 (diff) | |
download | linux-58446fef579e5214dc6fffd28cc538051efe1f24.tar.xz |
crypto: rsa - select crypto mgr dependency
The pkcs1pad template needs CRYPTO_MANAGER so it needs
to be explicitly selected by CRYPTO_RSA.
Reported-by: Jamie Heilman <jamie@audible.transient.net>
Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 93a1fdc1feee..1d33beb6a1ae 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -96,6 +96,7 @@ config CRYPTO_AKCIPHER config CRYPTO_RSA tristate "RSA algorithm" select CRYPTO_AKCIPHER + select CRYPTO_MANAGER select MPILIB select ASN1 help |