Browse Source

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>
Tadeusz Struk 9 years ago
parent
commit
58446fef57
1 changed files with 1 additions and 0 deletions
  1. 1 0
      crypto/Kconfig

+ 1 - 0
crypto/Kconfig

@@ -96,6 +96,7 @@ config CRYPTO_AKCIPHER
 config CRYPTO_RSA
 config CRYPTO_RSA
 	tristate "RSA algorithm"
 	tristate "RSA algorithm"
 	select CRYPTO_AKCIPHER
 	select CRYPTO_AKCIPHER
+	select CRYPTO_MANAGER
 	select MPILIB
 	select MPILIB
 	select ASN1
 	select ASN1
 	help
 	help