summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2014-06-18 16:18:36 +0200
committerJiri Kosina <jkosina@suse.cz>2014-06-19 15:16:13 +0200
commit420ea1e69ec11aa227c2b6da859b0d453de1d2d5 (patch)
tree95527b18ca9cf7b1717117eb665ab2d2bd76dca5
parent46932cc3784fab58cedfed099127f243e7af9102 (diff)
downloadlinux-crypto-420ea1e69ec11aa227c2b6da859b0d453de1d2d5.tar.gz
linux-crypto-420ea1e69ec11aa227c2b6da859b0d453de1d2d5.zip
crypto: Remove MPILIB_EXTRA
The symbol is an orphan, get rid of it. Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--crypto/asymmetric_keys/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/asymmetric_keys/Kconfig b/crypto/asymmetric_keys/Kconfig
index 03a6eb95..0320c7d4 100644
--- a/crypto/asymmetric_keys/Kconfig
+++ b/crypto/asymmetric_keys/Kconfig
@@ -22,7 +22,6 @@ config ASYMMETRIC_PUBLIC_KEY_SUBTYPE
config PUBLIC_KEY_ALGO_RSA
tristate "RSA public-key algorithm"
- select MPILIB_EXTRA
select MPILIB
help
This option enables support for the RSA algorithm (PKCS#1, RFC3447).