linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jean Delvare <jdelvare@suse.de>
To: linux-crypto@vger.kernel.org, David Howells <dhowells@redhat.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>,
	"David S. Miller" <davem@davemloft.net>,
	Marek Vasut <marex@denx.de>
Subject: [PATCH] RSA: Don't select non-existent symbol
Date: Fri, 30 May 2014 14:02:04 +0200	[thread overview]
Message-ID: <20140530140204.26738dbe@endymion.delvare> (raw)

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

             reply	other threads:[~2014-05-30 12:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-30 12:02 Jean Delvare [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-05-22 16:25 [PATCH] RSA: Don't select non-existent symbol 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140530140204.26738dbe@endymion.delvare \
    --to=jdelvare@suse.de \
    --cc=davem@davemloft.net \
    --cc=dhowells@redhat.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-crypto@vger.kernel.org \
    --cc=marex@denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).