linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] RSA: Don't select non-existent symbol
@ 2014-05-30 12:02 Jean Delvare
  0 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2014-05-30 12:02 UTC (permalink / raw)
  To: linux-crypto, David Howells; +Cc: Herbert Xu, David S. Miller, Marek Vasut

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>
Cc: David Howells <dhowells@redhat.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
---
Resent with David Howells added to Cc.

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

--- linux-3.15-rc6.orig/crypto/asymmetric_keys/Kconfig	2014-03-31 05:40:15.000000000 +0200
+++ linux-3.15-rc6/crypto/asymmetric_keys/Kconfig	2014-05-22 18:17:27.988688934 +0200
@@ -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).


-- 
Jean Delvare
SUSE L3 Support

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH] RSA: Don't select non-existent symbol
@ 2014-05-22 16:25 Jean Delvare
  2014-05-24 12:01 ` Marek Vasut
  2014-05-30  9:18 ` Herbert Xu
  0 siblings, 2 replies; 6+ messages in thread
From: Jean Delvare @ 2014-05-22 16:25 UTC (permalink / raw)
  To: linux-crypto; +Cc: Herbert Xu, David S. Miller

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>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
---
 crypto/asymmetric_keys/Kconfig |    1 -
 1 file changed, 1 deletion(-)

--- linux-3.15-rc6.orig/crypto/asymmetric_keys/Kconfig	2014-03-31 05:40:15.000000000 +0200
+++ linux-3.15-rc6/crypto/asymmetric_keys/Kconfig	2014-05-22 18:17:27.988688934 +0200
@@ -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).

-- 
Jean Delvare
SUSE L3 Support

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-05-30 12:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-30 12:02 [PATCH] RSA: Don't select non-existent symbol Jean Delvare
  -- strict thread matches above, loose matches on Subject: below --
2014-05-22 16:25 Jean Delvare
2014-05-24 12:01 ` Marek Vasut
2014-05-30  9:18 ` Herbert Xu
2014-05-30 10:50   ` Jean Delvare
2014-05-30 11:29   ` David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).