diff options
author | Richard Weinberger <richard@nod.at> | 2014-06-18 16:18:36 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-06-19 15:16:13 +0200 |
commit | 381de9c0e3e60ed2acf8c681a69bbeb94a02cdba (patch) | |
tree | 65ad7851b1e74488c6968eac4d87270a70fb6391 | |
parent | 7981e729448d8c7538c294e3022257b142259c37 (diff) | |
download | blackbird-op-linux-381de9c0e3e60ed2acf8c681a69bbeb94a02cdba.tar.gz blackbird-op-linux-381de9c0e3e60ed2acf8c681a69bbeb94a02cdba.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/Kconfig | 1 |
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). |