From: Tadeusz Struk Date: Wed, 4 May 2016 13:38:46 +0000 (-0700) Subject: crypto: rsa - select crypto mgr dependency X-Git-Tag: v4.6~30^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58446fef579e5214dc6fffd28cc538051efe1f24;p=thirdparty%2Flinux.git 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 Signed-off-by: Tadeusz Struk Signed-off-by: Herbert Xu --- diff --git a/crypto/Kconfig b/crypto/Kconfig index 93a1fdc1feee6..1d33beb6a1ae5 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