aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2014-07-17 20:45:41 +0100
committerDavid Howells <dhowells@redhat.com>2014-07-17 21:01:27 +0100
commit26c18217330b66f28e52debf5cb66d3374e0fd2d (patch)
tree6a02fea9ba4bd5f03a29d72946a6d9fa73f608bb /crypto
parent0c7774abb41bd00d5836d9ba098825a40fa94133 (diff)
RSA: Don't select non-existent symbol
You can select MPILIB_EXTRA all you want, it doesn't exist ;-) Surprised kconfig doesn't complain about that... Signed-off-by: Jean Delvare <jdelvare@suse.de> Acked-by: Marek Vasut <marex@denx.de> Signed-off-by: David Howells <dhowells@redhat.com> Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: "David S. Miller" <davem@davemloft.net>
Diffstat (limited to 'crypto')
-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).