Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26c18217 authored by Jean Delvare's avatar Jean Delvare Committed by David Howells
Browse files

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: default avatarJean Delvare <jdelvare@suse.de>
Acked-by: default avatarMarek Vasut <marex@denx.de>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
parent 0c7774ab
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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).