aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Delvare <[email protected]>2014-07-17 20:45:41 +0100
committerDavid Howells <[email protected]>2014-07-17 21:01:27 +0100
commit26c18217330b66f28e52debf5cb66d3374e0fd2d (patch)
tree6a02fea9ba4bd5f03a29d72946a6d9fa73f608bb
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 <[email protected]> Acked-by: Marek Vasut <[email protected]> Signed-off-by: David Howells <[email protected]> Cc: Herbert Xu <[email protected]> Cc: "David S. Miller" <[email protected]>
-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).