summaryrefslogtreecommitdiff
path: root/crypto/asymmetric_keys
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
commit381de9c0e3e60ed2acf8c681a69bbeb94a02cdba (patch)
tree65ad7851b1e74488c6968eac4d87270a70fb6391 /crypto/asymmetric_keys
parent7981e729448d8c7538c294e3022257b142259c37 (diff)
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>
Diffstat (limited to 'crypto/asymmetric_keys')
-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 03a6eb95ab50..0320c7d4b3e1 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).