lkml.org 
[lkml]   [2013]   [Mar]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] RSA: drop "select MPILIB_EXTRA"
From
Date
Support for RSA public key cryptography was added in v3.7. It added a
select for MPILIB_EXTRA. But that Kconfig symbol was already removed in
v3.6, with commit 9e235dcaf4f63d88a7e9ce5735ba5c2eb2719603 ("Revert
"crypto: GnuPG based MPI lib - additional sources (part 4)""). No one
noticed because all the mpi functionality that was needed was,
apparently, already provided by (indirectly) selecting MPILIB. Anyhow,
this select can be dropped.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Tested with "git grep".

crypto/asymmetric_keys/Kconfig | 1 -
1 file changed, 1 deletion(-)

diff --git a/crypto/asymmetric_keys/Kconfig b/crypto/asymmetric_keys/Kconfig
index 6d2c2ea..cce8d3c 100644
--- a/crypto/asymmetric_keys/Kconfig
+++ b/crypto/asymmetric_keys/Kconfig
@@ -21,7 +21,6 @@ config ASYMMETRIC_PUBLIC_KEY_SUBTYPE
config PUBLIC_KEY_ALGO_RSA
tristate "RSA public-key algorithm"
depends on ASYMMETRIC_PUBLIC_KEY_SUBTYPE
- select MPILIB_EXTRA
help
This option enables support for the RSA algorithm (PKCS#1, RFC3447).

--
1.7.11.7


\
 
 \ /
  Last update: 2013-03-08 12:44    [W:0.027 / U:0.148 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site